Skip to content

User and contexts data

Compare
Choose a tag to compare
@mausworks mausworks released this 19 Nov 19:22
· 232 commits to master since this release
fa82eb4
  • #6 Support user information: the method SetUser(user) has been added to the event builder. User information is now also automatically captured in the ASP.NET Middleware.
  • #7 Allow arbitrary data: some objects (such as the user) supports "arbitrary data", this data is simply displayed in sentry, but not processed like known keys. Arbitrary data is simply set "dictionary-style" data["key"] = value.
  • #8 Support contexts: the method SetContexts(contexts) has been added to the event builder.