Skip to content

Commit c003c22

Browse files
committed
Add support for PHP to beforeSendTransaction
1 parent 8f422ac commit c003c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ This function is called with an SDK-specific message or error event object, and
567567

568568
</ConfigKey>
569569

570-
<ConfigKey name="before-send-transaction" supported={["javascript", "node"]}>
570+
<ConfigKey name="before-send-transaction" supported={["javascript", "node", "php"]}>
571571

572572
This function is called with an SDK-specific transaction event object, and can return a modified transaction event object, or `null` to skip reporting the event. This can be used, for instance, for manual PII stripping before sending.
573573

0 commit comments

Comments
 (0)