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 my-example@1.4.0-beta.1.
- To filter all releases starting with my-example@1., you can use my-example@1.* in your filter. This will match any release like my-example@1.2, my-example@1.3.4, 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.