https://github.com/bernardoamc/bugsnag_sourcemap_uploader
Ruby gem to assist with parallel sourcemap uploads to Bugsnag
https://github.com/bernardoamc/bugsnag_sourcemap_uploader
ruby ruby-gem rubygems
Last synced: about 1 year ago
JSON representation
Ruby gem to assist with parallel sourcemap uploads to Bugsnag
- Host: GitHub
- URL: https://github.com/bernardoamc/bugsnag_sourcemap_uploader
- Owner: bernardoamc
- License: mit
- Created: 2020-01-16T19:10:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:36:39.000Z (over 3 years ago)
- Last Synced: 2025-04-11T05:52:03.032Z (about 1 year ago)
- Topics: ruby, ruby-gem, rubygems
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://badge.fury.io/rb/bugsnag_sourcemap_uploader) [](https://github.com/bernardoamc/bugsnag_sourcemap_uploader/actions?query=workflow%3Acontinuous-integration)
# BugsnagSourcemapUploader
Upload your sourcemaps to Bugsnag in parallel.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'bugsnag_sourcemap_uploader'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install bugsnag_sourcemap_uploader
## Usage
```ruby
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](https://opensource.org/licenses/MIT).
## 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](https://github.com/bernardoamc/bugsnag_sourcemap_uploader/blob/master/CODE_OF_CONDUCT.md).