Skip to content

Commit

Permalink
missing sentry setup (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem authored Jan 23, 2024
1 parent 5332e7c commit a99b08a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.40.1
2.41.0
2 changes: 2 additions & 0 deletions nucliadb_telemetry/nucliadb_telemetry/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,7 @@ def setup_sentry_logging_integration(for_loggers: List[str]) -> None:
if settings.sentry_url:
sentry_sdk.init(
dsn=settings.sentry_url,
environment=settings.environment,
integrations=[SentryLoggingIntegration(for_loggers)],
)
sentry_sdk.set_tag("zone", settings.zone)

1 comment on commit a99b08a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: a99b08a Previous: c67870a Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 12931.913134371913 iter/sec (stddev: 3.5219884913422036e-7) 12887.24555746259 iter/sec (stddev: 2.385970996903907e-7) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.