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
@@ -318,6 +318,21 @@ Provide a list of exception types to ignore here. Any exceptions that are passed
318
318
319
319
You can mutate the candidate payload by passing in a function that accepts one parameter using this function. This allows you to completely customize what data is sent, immediately before it happens.
@@ -326,6 +341,13 @@ You can mutate the candidate payload by passing in a function that accepts one p
326
341
327
342
Pass a callback function to this method to configure custom grouping logic. The callback should take one parameter, an instance of RaygunMessage, and return a string between 1 and 100 characters in length (see 'Custom Grouping Logic' below for more details).
0 commit comments