develop
develop copied to clipboard
SQL integrations such as Entity Framework, Core Data or Room create breadcrumbs and spans (for performance monitoring). The operations involved in such integration are documented: https://develop.sentry.dev/sdk/performance/span-operations/#database The docs should mention:...
We have documentation that covers envelopes in general. https://develop.sentry.dev/sdk/envelopes/ However, we don't have a section that says this is available for the sentry-cli which would be nice to have. Also,...
With "Semantic Versioning", it's well understood that a major version change (i.e. 3.x.x to 4.x.x) would be considered a possible "breaking" change. This concept applies well for SDKs. However, sometimes...
Some SDKs as Java and Python use hints to discard or attach attachments in beforeSend and event processors. We should document this here https://develop.sentry.dev/sdk/features/#attachments.
As far as I can tell, message params can be either a list or a dictionary of key-value pairs, but the latter is not well documented. An example might be...
### Environment SaaS (https://sentry.io/) ### Version latest ### Steps to Reproduce Why the word is covered up ? https://develop.sentry.dev/architecture/ ### Expected Result Correct ### Actual Result Wrong
Hi. Sorry for delay, too much work. @aminvakil I mention you because you asked me https://github.com/getsentry/self-hosted/issues/1594#issuecomment-1202229863
In https://github.com/getsentry/sentry-python/discussions/1537 it was highlighted that there are inconsistencies between the events generated in the JS SDK and in the Python SDK. Specifically: > The problem is that in the...
1. Setting up https://github.com/getsentry/craft (mostly just a summary of the README) a. What changelog policy to use b. What targets to set c. Setting up a version bumping script, and...
Let's make sure to establish conventions around transaction name. Similar to: https://github.com/getsentry/develop/issues/463 Similar to: https://github.com/getsentry/develop/issues/392