bugsnag / bugsnag-api-ruby

BugSnag API toolkit for Ruby
Other
21 stars 15 forks source link

(new): Add filtering overview #27

Closed xljones closed 3 years ago

xljones commented 3 years ago

Goal

Add information and examples to our README to explain how filtering can be used with this API.

Changeset

README.md only, no functional changes. Added one simple search query, and one more complex query that utilizes multiple event fields, and AND logic.

Testing

Manually tested each of these new examples to ensure they function as expected.