Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 7ab26cb

Browse files
committed
Remove duration from SQL crumbs
1 parent 1dc6b57 commit 7ab26cb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 5.19.0
2+
--------------
3+
4+
* remove duration from SQL query breadcrumbs. This was not rendered
5+
in the UI and will come back in future versions of Sentry with a
6+
different interface.
7+
18
Version 5.18.0
29
--------------
310

raven/contrib/django/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def processor(data):
9494
# 'default') ?
9595
data.update({
9696
'message': real_sql,
97-
'duration': duration,
9897
'category': 'query',
9998
})
10099
breadcrumbs.record(processor=processor)

0 commit comments

Comments
 (0)