Configure the agent to customize what is captured.
📘 This is only needed in rare cases where exceptions are not captured automatically.
name
and email
attributes and uses them as the display name and username.
If you want to customize what’s captured — for example, using a user’s first_name
and last_name
instead — you can do so in your AppServiceProvider
using the Nightwatch::user
method.
$client
will now be monitored by Nightwatch.
2407
. You can change this by setting a different ingest URI and using the --listen-on
flag when starting the agent.
To run the agent on port 2408
, update your .env file: