Symfony SDK - Setting User Context

Hey,

So, I’ve been using the [PHP] Symfony SDK, and the documentation appears to be minimal, from what I can gather.

Does anyone happen to know how I can set the user context, along with metadata for Sentry to have?

Regards,
George

You’re probably referring to the V2 of the bundle, in which case you can look at the Readme: https://github.com/getsentry/sentry-symfony/blob/master/README.md#customization

I’m currently working on the V3, which will be a bit different because it will use the V2 of the base PHP SDK.