summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-31 11:27:47 +0100
committerGitHub <noreply@github.com>2024-05-31 11:27:47 +0100
commit7dd14fadb12c33841df30d4668ff9b24f5f23631 (patch)
treef7e4ceb480b9b0668fcf9bb96a554f222c97ce78 /changelog.d
parentIn sync wait for worker to catch up since token (#17215) (diff)
downloadsynapse-7dd14fadb12c33841df30d4668ff9b24f5f23631.tar.xz
Fix sentry default tags (#17251)
This was broken by the sentry 2.0 upgrade

Broke in v1.108.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17251.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17251.bugfix b/changelog.d/17251.bugfix
new file mode 100644
index 0000000000..f573e01e87
--- /dev/null
+++ b/changelog.d/17251.bugfix
@@ -0,0 +1 @@
+Fix reporting of default tags to Sentry, such as worker name. Broke in v1.108.0.