Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,41 +87,20 @@ Rollbar server access token to allow uploading source maps to your account.

The fully qualified domain name for your application e.g., `https://app.fancy-app.com`

### enabled

Defines internal `enabled` Rollbar config.

*Default:* `true`
*Alternatives:* `false`

### environment

Defines internal `environment` Rollbar config.

*Default:* environment setting from ember-cli-deploy-build || `production`
*Alternatives:* any other env

### captureUncaught

Defines internal `captureUncaught` Rollbar config.

*Default:* `true`
*Alternatives:* `false`

### username

Rollbar `local_username` config that is displayed in Deploys section.

*Default:* `unknown user`
*Alternatives:* any string or function returning string

### rollbarFileURI

Defines the URI to download the Rollbar JS file.

*Default:* `https://d37gvrvc0wt4s1.cloudfront.net/js/v1.8/rollbar.min.js`
*Alternatives:* any string that points to the file (e.g. https://mycdn.com/js/rollbar.min.js)

### additionalFiles

Defines additional sourcemap files to be uploaded to Rollbar. Use this if you build .js files other than `projectName.js` and `vendor.js`.
Expand Down