phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
12 stars 22 forks source link

Standardise data presented within Sentry itself #22

Closed phptek closed 4 years ago

phptek commented 5 years ago

At the moment, if information is missing from an error/exception context such as the current GET request or some of the tags like "browser" (Which comes from the Raven SDK itself), then that data field/tag is simply omitted.

I'd prefer it for consistency if all available fields and tags were always shown, regardless of their value, null or otherwise.

phptek commented 5 years ago

See #21 which should be completed first and may resolve the Raven-specific tags and fields.

phptek commented 4 years ago

Fixed in cef15c26