-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Labels
Comments
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
for metrics/client reports/sessions we enqueue envelopes directly, make sure we check
enabled_environments
for all such cases.The text was updated successfully, but these errors were encountered: