Problemunvalidated

You have code that manually reads the `SENTRY_DSN` environment variable and sets it to `o.Dsn` during initialization. Tension: That's redundant. Outcome: Do one or the other, but not both.

8a47b0ea-a952-48c5-b2cf-b5318b9ef261

You have code that manually reads the SENTRY_DSN environment variable and sets it to o.Dsn during initialization. Tension: That's redundant. Outcome: Do one or the other, but not both.