develop
develop copied to clipboard
[Auto-release detections and setting method](https://develop-git-smeubank-detect-release.sentry.dev/sdk/event-payloads/release/) Preview
There seems to be some legacy browsers not being filtered out by the inbound filter in the Sentry UI. There are a few events that are showing Firefox 48 as...
It seems like the stack trace interface documentation is not complete. For instance, getsentry/sentry-java appears to [submit an attribute called `native`](https://github.com/getsentry/sentry-java/blob/18efe206d66c3bd4809db2566519fd8df8f2c328/sentry/src/main/java/io/sentry/protocol/SentryStackFrame.java#L332-L334), which is [not listed in the Stack Trace Interface...
### Background While much of distributed tracing was introduces in many places at Sentry with the perofrmance product. Tracing is not tied to performance, in any way "by design". Meaning...
### Core or SDK? Platform/SDK ### Which part? Which one? JavaScript related SDK ### Description The [Event Payload Optional Attributes](https://develop.sentry.dev/sdk/event-payloads/#optional-attributes) states: > The name of the transaction which caused this...
As a dev just starting to use our analytics tools, here are a few things the docs at https://develop.sentry.dev/analytics/ left me wondering, which it'd be great if we could add:...
Make it easier to search for a context on that page and also making it easier to edit the contexts.
In some languages log context is available (e.g. Java and .NET). Think of it as a Hashmap / Dictionary where you can store values which will then be printed with...
### Problem Statement Releases are not being consistently set across all SDKs. There are varying attempts to detect release variables and set them, but it is not consistent. Leading to...