sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Add `Distribution` properties to go along with `Release` info

Open mattjohnsonpint opened this issue 2 years ago • 1 comments

From https://develop.sentry.dev/sdk/event-payloads/#optional-attributes

image

We had release, but not dist because it's usually used only in mobile apps. For one example usage, see our React Native docs.

We need this now, since we have the embedded Android and iOS SDKs. However, for various reasons, it was much easier to make it an optional value available to all targets.

mattjohnsonpint avatar Aug 13 '22 00:08 mattjohnsonpint

Env vars are leaking. I'll fix soon.

mattjohnsonpint avatar Aug 13 '22 01:08 mattjohnsonpint

This is ready. Default values for release and distribution for Android and iOS will come in a separate PR after this is merged.

mattjohnsonpint avatar Aug 16 '22 19:08 mattjohnsonpint