-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add Ourlogs #3560
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
Labels
Comments
Setup Guide for 25.2.0Modify SENTRY_FEATURES = # ...
) +
# Ourlogs
(
"organizations:ourlogs-enabled",
"organizations:ourlogs-ingestion",
"projects:ourlogs-breadcrumb-extraction",
) Modify snuba-ourlogs-consumer:
<<: *snuba_defaults
command: rust-consumer --storage ourlogs --consumer-group ourlogs_group --auto-offset-reset=latest --max-batch-time-ms 1000 --no-strict-offset-reset --use-rust-processor
profiles:
- feature-complete Proof: |
Setup Guide for 25.3.0Modify SENTRY_FEATURES = # ...
) +
# Ourlogs
(
"organizations:ourlogs-enabled",
"organizations:ourlogs-ingestion",
"projects:ourlogs-breadcrumb-extraction",
) Modify relay.ourlogs-breadcrumb-extraction.sample-rate: 1.0
relay.ourlogs-ingestion.sample-rate: 1.0 Modify snuba-ourlogs-consumer:
<<: *snuba_defaults
command: rust-consumer --storage eap_items_log --consumer-group ourlogs_group --auto-offset-reset=latest --max-batch-time-ms 1000 --no-strict-offset-reset --use-rust-processor
profiles:
- feature-complete Proof: |
Setup Guide for 25.4.0Date of writing: 2025-04-17 Modify SENTRY_FEATURES = # ...
) +
# Ourlogs
(
"organizations:ourlogs-enabled",
"organizations:ourlogs-ingestion",
"organizations:ourlogs-stats",
"organizations:ourlogs-graph",
"organizations:ourlogs-visualize-sidebar",
"organizations:ourlogs-dashboards",
"organizations:ourlogs-alerts",
"organizations:ourlogs-live-refresh",
"projects:ourlogs-breadcrumb-extraction",
) Modify relay.ourlogs-breadcrumb-extraction.sample-rate: 1.0
relay.ourlogs-ingestion.sample-rate: 1.0 Modify snuba-ourlogs-consumer:
<<: *snuba_defaults
command: rust-consumer --storage eap_items_log --consumer-group ourlogs_group --auto-offset-reset=latest --max-batch-time-ms 1000 --no-strict-offset-reset --use-rust-processor
profiles:
- feature-complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
Product Discussion: getsentry/sentry#86804
JS SDK docs: getsentry/sentry-javascript#15916
Solution Brainstorm
The way we'll tell you how to configure this should be versioned (learned this the hard way from User Feedback feature). Grab the version you're currently on (or if yours is higher than any of these, choose the highest one).
The text was updated successfully, but these errors were encountered: