We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b331b commit 48e4795Copy full SHA for 48e4795
docs/platforms/php/common/enriching-events/identify-user/index.mdx
@@ -3,7 +3,7 @@ title: Users
3
description: "Learn how to configure the SDK to capture the user and gain critical pieces of information that construct a unique identity in Sentry."
4
---
5
6
-To attach the user to your events, we recommend to listen to Laravel's `\Illuminate\Auth\Events\Authenticated` event:
+To attach the user to your events, you can set the user's details on the scope:
7
8
<PlatformContent includePath="enriching-events/set-user" />
9
0 commit comments