Skip to content

Commit

Permalink
Add glitchtip tracing performance (#2)
Browse files Browse the repository at this point in the history
* github action

* Added performance monitoring
  • Loading branch information
mesemus authored Nov 27, 2024
1 parent b8e35ac commit 107d3d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions oarepo_glitchtip/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def initialize_glitchtip(
# and we need to remove these records after 12-18 months to comply with CESNET
# data retention policy
send_default_pii=True,
traces_sample_rate=float(os.environ.get("INVENIO_GLITCHTIP_SAMPLE_RATE", "0.5")),
)

if deployment_version is None:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-glitchtip
version = 1.0.0
version = 1.0.1
description =
authors = Mirek Simek <[email protected]>
readme = README.md
Expand Down

0 comments on commit 107d3d4

Please sign in to comment.