You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/elixir/integrations/oban/index.mdx
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,27 @@ You can use this for more complex filtering logic based on number of attempts an
56
56
57
57
See <Linkto="/platforms/elixir/configuration/filtering">the documentation for event callbacks</Link>.
58
58
</Alert>
59
+
60
+
### Customizing Job Check-In Information
61
+
62
+
If you want to customize the information that is sent to Sentry when a job checks in, you can do so by providing a function that takes the job and returns a map of metadata.
0 commit comments