Skip to content

Commit 0cb8a17

Browse files
authored
chore: set in app include so sentry detects our application code (#498)
1 parent ddeb8d1 commit 0cb8a17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • bases/renku_data_services/data_api

bases/renku_data_services/data_api/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ async def setup_sentry(_: Sanic) -> None:
9393
enable_tracing=config.sentry.sample_rate > 0,
9494
traces_sample_rate=config.sentry.sample_rate,
9595
before_send=filter_error,
96+
in_app_include=["renku_data_services"],
9697
)
9798

9899
# we manually need to set the signals because sentry sanic integration doesn't work with using

0 commit comments

Comments
 (0)