Is it possible to embed user-id for apm messages in Django?

It would be valuable to include user_id for apm logs.
Would it be possible to include user-id for django integration?

Hi @_App

The user ID is already recorded in transactions and errors, you can find it in the user.id field in those documents, as well as in the UI in the "Metadata" tab for transactions and errors (it's pretty far down on the page).

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.