Enable Sentry profiling
This commit is contained in:
parent
e7323aaaee
commit
2399e631fb
|
@ -36,6 +36,8 @@ impl RocketSentry {
|
|||
})),
|
||||
release: sentry::release_name!(),
|
||||
traces_sample_rate: 1.0,
|
||||
enable_profiling: true,
|
||||
profiles_sample_rate: 1.0,
|
||||
..Default::default()
|
||||
},
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue