networkteam / Netwokteam.Neos.SentryClient

Sentry client for neos cms
MIT License
3 stars 2 forks source link

User Details (User / Browser) missing on Sentry #4

Closed paavo closed 5 years ago

paavo commented 5 years ago

Description

Netwokteam.Neos.SentryClient does not send User Details (User / Browser) to Sentry.

Steps to Reproduce

  1. Install Netwokteam.Neos.SentryClient
  2. Configuration (add dsn)
  3. Produce an Error 💥
  4. Check Error on Sentry

Expected behavior

Error will be logged to Sentry including User Details (User / Browser)

Actual behavior

Error will be logged to Sentry without User Details (User / Browser)

screenshot 2018-11-08 at 15 05 31

Affected Versions

Neos: 4.1.7 networkteam/neos-sentryclient: v4.0.1

ger4003 commented 5 years ago

The issue is realated to https://github.com/getsentry/sentry/issues/8555

ger4003 commented 5 years ago

Browser and plattform information was added with 5.0.2 of https://github.com/networkteam/Networkteam.SentryClient

To get the new version run composer update networkteam/sentryclient in your project root directory.