-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spans): Extract additional user fields for spans (#3599)
Trying to bring the user fields on spans closer to transactions. User alone is not ergonomic and we'd like to be able to search by user email, username etc. Transactions also has the user's ip address but the spans table currently does not have the ipv4 and ipv6 columns for it so going to hold off on it as the other fields are more useful.
- Loading branch information
Showing
2 changed files
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters