Skip to content

Commit 9431805

Browse files
authored
chore(detectors): Increase sample rate on events.since_received (#97726)
increase from .01 -> .05, which is still 50% of standard sample rate
1 parent 7613c95 commit 9431805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/utils/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ def track_event_since_received(
123123
"reprocessing": "true" if reprocessing2.is_reprocessed_event(event_data) else "false",
124124
"type": event_data.get("type"),
125125
},
126-
sample_rate=0.01,
126+
sample_rate=0.05,
127127
)

0 commit comments

Comments
 (0)