Enable Sentry profiling

This commit is contained in:
Sijmen 2023-01-06 01:38:12 +01:00
parent e7323aaaee
commit 2399e631fb
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 2 additions and 0 deletions

View File

@ -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()
},
));