No release in over 3 years
Low commit activity in last 3 years
Upload sourcemaps to Bugsnag in parallel.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.0
>= 2.2.10
>= 13.0

Runtime

>= 0.17.0
 Project Readme

Gem Version

BugsnagSourcemapUploader

Upload your sourcemaps to Bugsnag in parallel.

Installation

Add this line to your application's Gemfile:

gem 'bugsnag_sourcemap_uploader'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install bugsnag_sourcemap_uploader

Usage

BugsnagSourcemapUploader.upload(assets_metadata, bugsnag_api_key)

Asset Metadata

Any object that responds to the following methods:

  • #script_path
  • #source_map_path
  • #cdn_url

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bernardoamc/bugsnag_sourcemap_uploader.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the BugsnagSourcemapUploader project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.