ember-cli-deploy-sentry icon indicating copy to clipboard operation
ember-cli-deploy-sentry copied to clipboard

An ember-cli-deploy-plugin to upload javascript sourcemaps to Sentry

Results 27 ember-cli-deploy-sentry issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

![image](https://user-images.githubusercontent.com/1469375/59760953-c6858e00-9293-11e9-8fb3-addaa1d9f48c.png)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

With Ember 3.27.5 I get the following deprecation at build time. Can we get an update using the latest ember-cli-babel? Thank you! ``` WARNING: [DEPRECATION] [DEPRECATION] Usage of the Ember...

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...

dependencies

**TL/DR** Catching Global Exception is not working due to the `this.get('isRavenUsable')` in `ember-cli-sentry` that does not have any dependent key. Needed to overwrite using the `ember-cli-deploy-sentry` RavenService. I wasn't sure...

just to help with maintenance burden example: https://github.com/NullVoxPopuli/ember-jsqr/blob/master/.github/workflows/tests.yml#L74

Hi. I deploy my Ember app to S3 using [https://github.com/ember-cli-deploy/ember-cli-deploy-s3](url), which gives me a revision id for each deployment to production. In the attached screenshot you can see that on...

Hey everyone, Getting a deprecation with latest releases of ember and cli: > DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade to at least ember-cli-babel 6.6. Version 5.2.8 located: my-project...