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.
Example Format: package@version, such as [email protected].
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.
