develop icon indicating copy to clipboard operation
develop copied to clipboard

Results 105 develop issues
Sort by recently updated
recently updated
newest added

Document what container needs to be restarted for changes to have effect. ---- By submitting this pull request, I confirm that Sentry can use, modify, copy, and redistribute this contribution,...

https://github.com/getsentry/develop/pull/613 provides a initial foundation for the DS/baggage docs - but there were some outstanding TODOs still left to document. This GH issue provides a place for us to store...

documentation

During our sentry upgrade, I ran into the same issues describled in this post: https://forum.sentry.io/t/migration-errors-9-1-2-to-21-6-1-project-object-has-no-attribute-get-option/14279 This fix the doc by specifying 20.12.1 as an hard stop, solution that also worked...

`run` command will fail with `Can't connect to socket..` error for `pg_repack`

This has been first brought to my mind in https://github.com/getsentry/self-hosted/issues/1348.

On a high level getsentry/sentry-dotnet#280, captures most of it. - https://github.com/getsentry/sentry-electron/pull/392 - https://github.com/getsentry/sentry-dotnet/issues/1067https://github.com/getsentry/sentry-cocoa/issues/316#issuecomment-983737518 - https://docs.sentry.io/platforms/java/guides/spring/configuration/ - https://docs.sentry.io/platforms/javascript/configuration/integrations/plugin/#offline Some more comments from Bruno: - Make sure DSN is part of the...

enhancement
Platform: Android
Platform: Cocoa
Platform: .NET

We currently have a [long list of span statuses](https://develop.sentry.dev/sdk/event-payloads/span/). Those were [inherited from an old, pre-1.0, version of the OpenTelemetry specification](https://github.com/getsentry/relay/blob/55127c75d4eeebf787848a05a12150ee5c59acd9/relay-common/src/constants.rs#L179-L265). OpenTelemetry [moved on to drastically simplify SpanStatus](https://github.com/open-telemetry/opentelemetry-specification/pull/966) following [OTEP...

performance

This and https://github.com/getsentry/develop/issues/424 are a continuation of https://github.com/getsentry/develop/issues/410, to make sure points I brought up there don't get lost now that it's closed. I and various others have raised concerns...

With https://github.com/getsentry/develop/pull/452 we specify the operations for spans. To align the descriptions for the spans across SDKs we should also document them. For file spans, we already discussed that filename...

performance

SDKs shall not send Personally Identifiable Information by default, requiring a configuration opt-in when initializing the SDK. PII includes, but is not limited to the entire user object, auth headers,...