Skip to content

Releases: ember-cli-sentry/ember-cli-sentry

4.0.0

25 Oct 12:05
Compare
Choose a tag to compare

💥 Breaking Change

For most users this release should work just the same as before, as long as you
use Node 6 or above and Ember CLI 2.13 or above.

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 4

3.0.0

11 Mar 07:13
Compare
Choose a tag to compare

💥 Breaking Change

  • #81 use raven-js from npm. (@tchak)
  • #95 Replace serviceName property with fixed raven service. (@Turbo87)
  • #96 Remove deprecated ignoreErrors support from config. (@Turbo87)
  • #110 Remove implicit raven service injection. (@Turbo87)

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 2

3.0.0-beta.3

11 Mar 07:14
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 2

3.0.0-beta.2

06 Nov 10:49
Compare
Choose a tag to compare
  • The obsolete "logger" blueprint was removed, see #99.
  • ember-cli-sentry now works correctly when used as a nested addon, see #91.