You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The javascript SDK apparently does not always send a session.distinct_id
with the initial session update, but only on subsequent updates.
To make sure we count those users as well, extract them under the tag
session.status=ok. We will need to update queries in sentry to include
these users.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
5
5
**Compatibility:** This version of Relay requires Sentry server `22.6.0` or newer.
6
6
7
-
**Features**:
7
+
**Bug Fixes**:
8
+
9
+
- Session metrics extraction: Count distinct_ids from all session updates to prevent undercounting users. ([#1275](https://github.com/getsentry/relay/pull/1275))
8
10
9
11
- Session metrics extraction: Count crashed+abnormal towards errored_preaggr. ([#1274](https://github.com/getsentry/relay/pull/1274))
0 commit comments