Skip to content

Commit df0079f

Browse files
authored
Remove extra inspect/1 for Oban errors fingerprints (#869)
1 parent 1b20581 commit df0079f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/integrations/oban/error_reporter.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defmodule Sentry.Integrations.Oban.ErrorReporter do
4343
[
4444
stacktrace: stacktrace,
4545
tags: %{oban_worker: job.worker, oban_queue: job.queue, oban_state: job.state},
46-
fingerprint: [inspect(job.worker)] ++ fingerprint_opts,
46+
fingerprint: [job.worker] ++ fingerprint_opts,
4747
extra:
4848
Map.take(job, [:args, :attempt, :id, :max_attempts, :meta, :queue, :tags, :worker]),
4949
integration_meta: %{oban: %{job: job}}

0 commit comments

Comments
 (0)