phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
12 stars 22 forks source link

Pass userland ini settings into config #15

Closed phptek closed 4 years ago

phptek commented 5 years ago

As a developer, I need to know as much as I can about the host environment, so that I can debug issues effectively.

This feature would allow arbitrary project php ini settings to be passed into Sentry's "config" array, and have them and their values as per the environment, displayed as tags within Sentry's UI.

Should a setting be passed that is not user configurable or unavailable for a given PHP version "Unavailable" should be shown.

phptek commented 4 years ago

Note the obvious security implications of this, should it be implemented. If a web-app's Sentry instance is compromised, so is your sensitive data.

phptek commented 4 years ago

Closing. If there was a "silly" tag, I'd use that.