Skip to content

Commit 7dbcea8

Browse files
committed
ci: -m fix(analytics): wrong call to analytics.record
1 parent b28f9c7 commit 7dbcea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/receivers/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def capture_signal(type):
88
def wrapped(instance, created, **kwargs):
99
if created:
10-
analytics.record(type, instance)
10+
analytics.record(instance)
1111

1212
return wrapped
1313

0 commit comments

Comments
 (0)