Commit 984f29a
authored
fix(integrations/dramatiq): use set_transaction_name (#4175)
The Dramatiq integration is using a deprecated method to set the scope's
transaction name, use set_transaction_name instead.
"Assigning to scope.transaction directly is deprecated: use
scope.set_transaction_name() instead."1 parent 08bbe00 commit 984f29a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments