{"id":28092629,"url":"https://github.com/bakunyo/bugsnag-sourcemap-webpack-plugin","last_synced_at":"2025-05-13T13:24:31.299Z","repository":{"id":57191104,"uuid":"76769821","full_name":"bakunyo/bugsnag-sourcemap-webpack-plugin","owner":"bakunyo","description":"A Webpack plugin to upload sourcemaps to Bugsnag after build","archived":false,"fork":false,"pushed_at":"2018-06-04T03:40:18.000Z","size":30,"stargazers_count":13,"open_issues_count":7,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-09T18:55:36.158Z","etag":null,"topics":["bugsnag","webpack"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/bugsnag-sourcemap-webpack-plugin","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bakunyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-18T07:46:34.000Z","updated_at":"2020-11-09T17:48:27.000Z","dependencies_parsed_at":"2022-09-16T05:13:19.581Z","dependency_job_id":null,"html_url":"https://github.com/bakunyo/bugsnag-sourcemap-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakunyo%2Fbugsnag-sourcemap-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakunyo%2Fbugsnag-sourcemap-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakunyo%2Fbugsnag-sourcemap-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakunyo%2Fbugsnag-sourcemap-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakunyo","download_url":"https://codeload.github.com/bakunyo/bugsnag-sourcemap-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948882,"owners_count":21989044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugsnag","webpack"],"created_at":"2025-05-13T13:24:29.763Z","updated_at":"2025-05-13T13:24:31.287Z","avatar_url":"https://github.com/bakunyo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BugsnagSourceMapPlugin\n![dependencies](https://david-dm.org/bakunyo/bugsnag-sourcemap-webpack-plugin.svg)  ![Travis CI](https://travis-ci.org/bakunyo/bugsnag-sourcemap-webpack-plugin.svg?branch=master) [![npm version](https://badge.fury.io/js/bugsnag-sourcemap-webpack-plugin.svg)](https://badge.fury.io/js/bugsnag-sourcemap-webpack-plugin)\n\nA [Webpack](http://webpack.github.io/) plugin to upload sourcemaps to [Bugsnag](https://bugsnag.com/) after build\n\n## Installation\n```\n$ npm install --save-dev bugsnag-sourcemap-webpack-plugin\n```\n\n## Usage\nIn your webpack.config.js\n```javascript\nconst BugsnagSourceMapPlugin = require('bugsnag-sourcemap-webpack-plugin');\n\nmodule.exports = {\n  // your settings for webpack\n  devtool: 'source-map',\n  plugins: [\n    new BugsnagSourceMapPlugin({\n      apiKey: 'YOUR_BUGSNAG_API_KEY',\n      publicPath: 'https://your.site/assets/path'\n    }),\n  ]\n}\n```\n\n## Options\n|key|required|content|default|\n|:--|:--|:--|:--|\n|apiKey|y|the Bugsnag API key that is used in your app.|-|\n|publicPath|y|the Base hosted url of your compiled assets.|-|\n|appVersion||the version of the app that the source map applies to as set in the JavaScript notifier.|-|\n|silent||whether or not ignore js errors in upload to Bugsnag.|false|\n|overwrite||whether to overwrite any existing version of files.|false|\n|uploadSource||whether to upload source file (see `minifiedFile` in Bugsnag docs).|false|\n|removeSourceMap||whether to remove sourcemap file after uploaded.|true|\n\n## Reference\n[Bugsnag - Sourcemap Upload API](https://docs.bugsnag.com/api/js-source-map-upload/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakunyo%2Fbugsnag-sourcemap-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakunyo%2Fbugsnag-sourcemap-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakunyo%2Fbugsnag-sourcemap-webpack-plugin/lists"}