Skip to main content

How do I filter events using the Release inbound filter?

Updated over a month ago

Issue

I am attempting to filter events by release in the inbound filters to manage error reporting effectively and maintain control over my quota usage.

Applies To

  • Business and Enterprise subscriptions.

Resolution

  • Ensure the filter matches exactly against the full release name as provided during the SDK initialization. It is crucial to use the complete name, including any package prefix recommended.

  • To filter all releases starting with my-example@1., you can use my-example@1.* in your filter. This will match any release like [email protected], [email protected], etc.

  • The filter does not apply to events that do not have a release associated with them. Ensure your events are tagged with a release version to be filtered effectively.

The documentation is available on this link.

Did this answer your question?