Skip to content

Commit eb19c7d

Browse files
committed
comment
1 parent 91a9606 commit eb19c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def _inner(*args, **kwargs):
391391
)
392392

393393
if latency is not None:
394-
latency *= 1000
394+
latency *= 1000 # milliseconds
395395
span.set_data(SPANDATA.MESSAGING_MESSAGE_RECEIVE_LATENCY, latency)
396396

397397
with capture_internal_exceptions():

0 commit comments

Comments
 (0)