Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure enabled_environments is respected everywhere #2287

Closed
sl0thentr0py opened this issue Apr 2, 2024 · 0 comments · Fixed by #2291
Closed

Make sure enabled_environments is respected everywhere #2287

sl0thentr0py opened this issue Apr 2, 2024 · 0 comments · Fixed by #2291
Assignees

Comments

@sl0thentr0py
Copy link
Member

sl0thentr0py commented Apr 2, 2024

for metrics/client reports/sessions we enqueue envelopes directly, make sure we check enabled_environments for all such cases.

@sl0thentr0py sl0thentr0py self-assigned this Apr 2, 2024
sl0thentr0py added a commit that referenced this issue Apr 8, 2024
Envelopes for metrics/sessions and so on were queued directly before and
thus did not respect the config. This introduces a dedicated
`capture_envelope` on the client to centralize these checks.

Closes #2287
sl0thentr0py added a commit that referenced this issue Apr 8, 2024
Envelopes for metrics/sessions and so on were queued directly before and
thus did not respect the config. This introduces a dedicated
`capture_envelope` on the client to centralize these checks.

Closes #2287
sl0thentr0py added a commit that referenced this issue Apr 9, 2024
Envelopes for metrics/sessions and so on were queued directly before and
thus did not respect the config. This introduces a dedicated
`capture_envelope` on the client to centralize these checks.

Closes #2287
sl0thentr0py added a commit that referenced this issue Apr 9, 2024
Envelopes for metrics/sessions and so on were queued directly before and
thus did not respect the config. This introduces a dedicated
`capture_envelope` on the client to centralize these checks.

Closes #2287
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants