Skip to content

Commit ba568fe

Browse files
impr(develop): Filter ordering for before-send (#12282)
Co-authored-by: Stefano <[email protected]>
1 parent f11f330 commit ba568fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/expected-features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Whenever possible, avoid adding the attachment altogether if taking the screensh
225225

226226
## Before-Send Hook
227227

228-
Hook called with the event (and on some platforms the hint) that allows the user to decide whether an event should be sent or not. This can also be used to further modify the event. This only works for `error` events. For `transactions` it is recommended to have `beforeSendTransaction` implemented in SDKs.
228+
Hook called with the event (and on some platforms the hint) that allows the user to decide whether an event should be sent or not. This can also be used to further modify the event. This only works for `error` events. For `transactions` it is recommended to have `beforeSendTransaction` implemented in SDKs. To understand when you should call this in your SDK, please refer to the [error filter ordering of sessions](/sdk/telemetry/sessions/#filter-order).
229229

230230
## Before-Breadcrumb Hook
231231

0 commit comments

Comments
 (0)