develop
develop copied to clipboard
### Background: Historically SDKs implemented the Hubs and Scopes models, a major defining aspect of the "[Unified API](https://develop.sentry.dev/sdk/unified-api/)". This introduced a lot of complexity in a user facing mananer, allowed...
There's no information how replay envelopes look like. There should be at least a section at https://develop.sentry.dev/sdk/envelopes/ assuming there's a custom envelope item type. It probably also makes sense to...
For more detail see: - https://github.com/getsentry/sentry-dotnet/issues/3132
'PyMemcacheCache ' not 'PyMemcachedCache' https://develop.sentry.dev/self-hosted/releases/#breaking-changes
There's a bug (likely a yarn bug) where you cannot use `yarn link` in your sentry project to link local copies of packages for testing, this is a workaround.
I'm reading https://develop.sentry.dev/self-hosted/support/ There is > The [self-hosted repository](https://github.com/getsentry/self-hosted) is geared towards low to medium loads with simplicity in mind. We are engineers, what exactly does it mean "low to...
This api has undocumented requirements on the type of the value, particularly, being a hash. This should be documented so that callers can be appraised of the requirement without inspecting...
We should clarify the payload of each event type in the docs. This is mainly for - [ ] Errors/Messages - [ ] Transactions - [ ] Check-Ins Document things...
Added a note on tags.
* Document spec https://develop.sentry.dev/sdk/performance/ * What's gonna be the status? * Specify that this is on hard crash, just because background thread crashes doesn't mean that transaction should be auto-finished....