Skip to content

Commit 48e4795

Browse files
authored
Fix PHP set user example (#13687)
1 parent 64b331b commit 48e4795

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/php/common/enriching-events/identify-user

1 file changed

+1
-1
lines changed

docs/platforms/php/common/enriching-events/identify-user/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Users
33
description: "Learn how to configure the SDK to capture the user and gain critical pieces of information that construct a unique identity in Sentry."
44
---
55

6-
To attach the user to your events, we recommend to listen to Laravel's `\Illuminate\Auth\Events\Authenticated` event:
6+
To attach the user to your events, you can set the user's details on the scope:
77

88
<PlatformContent includePath="enriching-events/set-user" />
99

0 commit comments

Comments
 (0)