Enable Sentry profiling
This commit is contained in:
parent
e7323aaaee
commit
2399e631fb
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ impl RocketSentry {
|
||||||
})),
|
})),
|
||||||
release: sentry::release_name!(),
|
release: sentry::release_name!(),
|
||||||
traces_sample_rate: 1.0,
|
traces_sample_rate: 1.0,
|
||||||
|
enable_profiling: true,
|
||||||
|
profiles_sample_rate: 1.0,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue