We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeb8d1 commit 0cb8a17Copy full SHA for 0cb8a17
1 file changed
bases/renku_data_services/data_api/main.py
@@ -93,6 +93,7 @@ async def setup_sentry(_: Sanic) -> None:
93
enable_tracing=config.sentry.sample_rate > 0,
94
traces_sample_rate=config.sentry.sample_rate,
95
before_send=filter_error,
96
+ in_app_include=["renku_data_services"],
97
)
98
99
# we manually need to set the signals because sentry sanic integration doesn't work with using
0 commit comments