![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
exception_notification-bugsnag
Advanced tools
Add this line to your application's Gemfile:
gem 'exception_notification-bugsnag'
And then execute:
$ bundle
Or install it yourself as:
$ gem install exception_notification-bugsnag
NOTE: not use exception_notification's middleware.
ExceptionNotifier.add_notifier :bugsnag
# or
ExceptionNotifier.add_notifier :bugsnag, severity: 'error'
begin
# some code...
rescue => err
ExceptionNotifier.notify_exception(err)
# or
ExceptionNotifier.notify_exception(err, severity: 'error')
# or
ExceptionNotifier.notify_exception(err) do |report|
report.severity = 'error'
end
Bugsnag.configuration.auto_notify
(from 0.2.0)After checking out the repo, run bin/setup
to install dependencies. Then, run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
to create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that exception_notification-bugsnag demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.