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

feat: Support pre-aggregated sessions #985

Draft
wants to merge 3 commits into
base: master
from
Draft

Conversation

@Swatinem
Copy link
Member

@Swatinem Swatinem commented Jan 21, 2021

This changes the SessionFlusher to pre-aggregate sessions according to https://develop.sentry.dev/sdk/sessions/#session-aggregates-payload instead of sending individual session updates.

The current implementation will always aggregate sessions, as the SDK currently lacks the possibility to chose between application-mode or request-mode sessions.

mitsuhiko and others added 3 commits Jan 19, 2021
sentry-bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants