We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trace_sampler
1 parent 3202e2f commit ab0e3c3Copy full SHA for ab0e3c3
src/sentry/mod.rs
@@ -40,7 +40,7 @@ pub fn init() -> ClientInitGuard {
40
// Reduce the sample rate for the download endpoint, since we have significantly
41
// more traffic on that endpoint compared to the rest
42
return traces_sample_rate / 100.;
43
- } else if ctx.name() == "PUT /crates/new" {
+ } else if ctx.name() == "PUT /api/v1/crates/new" {
44
// Record all traces for crate publishing
45
return 1.;
46
} else if ctx.name().starts_with("GET /api/private/metrics/") {
0 commit comments