Giter Club home page Giter Club logo

ngx-sentry's Issues

An in-range update of ng-packagr is breaking the build 🚨

The devDependency ng-packagr was updated from 4.6.0 to 4.7.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ng-packagr is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of snyk is breaking the build 🚨

The devDependency snyk was updated from 1.137.0 to 1.138.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

snyk is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.138.0

1.138.0 (2019-03-19)

Features

  • Let yarn projects be monitored as yarn type (a9fbe26)
Commits

The new version differs by 5 commits.

  • 3ced637 Merge pull request #393 from snyk/feat/yarn-project-type
  • 3fb2547 Merge pull request #397 from snyk/feat/docker-image
  • f749390 Add Dockerfile.docker and update README.md
  • a9fbe26 feat: Let yarn projects be monitored as yarn type
  • 1b91bd6 chore: Update supported manifests docs

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/labels.yml
  • actions/checkout v4
  • crazy-max/ghaction-github-labeler v5
.github/workflows/publish.yml
  • actions/checkout v4
  • actions/setup-node v4.0.3
  • ncipollo/release-action v1
.github/workflows/test.yml
  • actions/checkout v4
  • actions/setup-node v4.0.3
npm
package.json
  • @angular/animations ^16.1.1
  • @angular/common ^16.1.1
  • @angular/compiler ^16.1.1
  • @angular/core ^16.1.1
  • @angular/forms ^16.1.1
  • @angular/platform-browser ^16.1.1
  • @angular/platform-browser-dynamic ^16.1.1
  • @angular/router ^16.1.1
  • core-js ^3.26.0
  • rxjs ~7.8.1
  • tslib ^2.4.1
  • zone.js ~0.14.0
  • @angular-devkit/build-angular ^16.1.0
  • @angular-devkit/build-ng-packagr ^0.1002.0
  • @angular-eslint/builder 18.1.0
  • @angular-eslint/eslint-plugin 18.1.0
  • @angular-eslint/eslint-plugin-template 18.1.0
  • @angular-eslint/schematics 18.1.0
  • @angular-eslint/template-parser 18.1.0
  • @angular/cli ^16.1.0
  • @angular/compiler-cli ^16.1.1
  • @angular/language-service ^16.1.1
  • @commitlint/cli ^19.0.0
  • @commitlint/config-conventional ^19.0.0
  • @pascaliske/eslint-config ^3.0.0
  • @pascaliske/prettier-config ^1.2.0
  • @rstacruz/bump-cli ^2.0.1
  • @sentry/browser ^7.17.3
  • @types/node ^20.0.0
  • @typescript-eslint/eslint-plugin 7.5.0
  • @typescript-eslint/parser 7.5.0
  • codelyzer ^6.0.2
  • eslint ^9.0.0
  • husky ^9.0.10
  • lint-staged ^15.0.0
  • ng-packagr ^16.1.0
  • prettier ^3.0.0
  • standard-changelog ^6.0.0
  • ts-node ~10.9.1
  • typescript ~5.1.3
projects/ngx-sentry/package.json
  • tslib ^2.2.0
  • @angular/common ^14.0.0 || ^15.0.0 || ^16.0.0
  • @angular/core ^14.0.0 || ^15.0.0 || ^16.0.0
  • @sentry/browser ^7.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

[feat] Intercept HTTP requests for logging catched errors also

If an HTTP error from Angular's HttpClient is catched it will not be logged to sentry. To fix this there should be a HTTP interceptor which logs errors to sentry and re-throws them for later handling.

  • init @sentry/browser earlier (provide APP_INITIALIZER function for setup)
  • create http interceptor

An in-range update of ng-packagr is breaking the build 🚨

The devDependency ng-packagr was updated from 5.1.0 to 5.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ng-packagr is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/cli is breaking the build 🚨

The devDependency @angular/cli was updated from 7.3.2 to 7.3.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@angular/cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v7.3.3

Commits

@schematics/angular (7.3.3)

Commit Description Notes
update karma to version 4 [Closes #13724]
`findModuleFromOptions` not handling properly different casing in name [Closes #13714]
undefined is used as newProjectRoot when none is set [Closes #13703]
add file extensions to style prompt
fixes issue that `ViewEncapsulation` is not being configured when provided [Closes #13689]

@angular-devkit/build-angular (0.13.3)

Commit Description Notes
improve webpack loader resolution
minimum threshold

Special Thanks

Alan Agius, Amadou Sall, Alan, Charles Lyding, hrocha16

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of snyk is breaking the build 🚨

The devDependency snyk was updated from 1.125.0 to 1.126.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

snyk is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.126.0

1.126.0 (2019-02-07)

Features

  • Bump lockfile parser version to detect yarn workspaces (303524c)
Commits

The new version differs by 2 commits.

  • 62ca714 Merge pull request #359 from snyk/feat/bump-lockfile-parser-1.11.0
  • 303524c feat: Bump lockfile parser version to detect yarn workspaces

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of snyk is breaking the build 🚨

The devDependency snyk was updated from 1.121.1 to 1.122.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

snyk is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.122.0

1.122.0 (2019-01-10)

Bug Fixes

Features

  • send docker image layers SHAs (0827c2e)
Commits

The new version differs by 6 commits.

  • a8c561d Merge pull request #327 from snyk/fix/undefined-base-image
  • 962810a fix: Undefined base image
  • bc82842 Merge pull request #325 from snyk/chore/run-travis-on-node-10
  • 32d1d8c chore: Run CI against Node 10 (current LTS)
  • 2e80014 Merge pull request #323 from snyk/feat/send-docker-image-layers-shas
  • 0827c2e feat: send docker image layers SHAs

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 12.0.0 to 12.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of snyk is breaking the build 🚨

The devDependency snyk was updated from 1.136.0 to 1.136.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

snyk is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.136.1

1.136.1 (2019-03-07)

Bug Fixes

  • remove unnecessary space in the output text (c9f40a9)
Commits

The new version differs by 2 commits.

  • 6f70c10 Merge pull request #387 from snyk/uj/fix-output-text
  • c9f40a9 fix: remove unnecessary space in the output text

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of snyk is breaking the build 🚨

The devDependency snyk was updated from 1.139.0 to 1.140.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

snyk is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.140.0

1.140.0 (2019-03-19)

Features

  • send target file for kotlin but not groovy projects (0c73406)
Commits

The new version differs by 2 commits.

  • 2d5cfbd Merge pull request #398 from snyk/feat/only-send-target-file-for-kotlin
  • 0c73406 feat: send target file for kotlin but not groovy projects

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of husky is breaking the build 🚨

The devDependency husky was updated from 2.3.0 to 2.4.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

husky is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 19 commits.

There are 19 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Build fails after update to 2.0.0

Just upgrade from 1.4.0 to 2.0.0 and build fails.
See the output below :

ERROR in node_modules/@pascaliske/ngx-sentry/lib/sentry.service.d.ts(1,32): error TS2305: Module '"/Users/nicolas.c/vestiaire/ngx-web/node_modules/@sentry/browser/dist/index"' has no exported member 'Event'.

Error compiling

Hi Pascallike !
Thank you for this project. I just wanted to let you know that I have this error whan compiling my project with your lib :

ERROR in ./node_modules/@sentry/hub/esm/hub.js Module parse failed: Unexpected token (79:26) You may need an appropriate loader to handle this file type. | client.getBackend().storeScope(s); | } | catch { | // Do nothing | }

I solved it by removing this import
import {captureMessage} from '@sentry/browser/esm';

and replacing it with
import * as Sentry from '@sentry/browser';

and calling the captureMessage function like that

Sentry.captureMessage(response.message);

No more error ;-)

An in-range update of @angular-devkit/build-ng-packagr is breaking the build 🚨

The devDependency @angular-devkit/build-ng-packagr was updated from 0.13.4 to 0.13.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@angular-devkit/build-ng-packagr is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of snyk is breaking the build 🚨

The devDependency snyk was updated from 1.121.0 to 1.121.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

snyk is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.121.1

1.121.1 (2019-01-08)

Bug Fixes

  • bumping snyk-gradle-plugin (518a4be)
Commits

The new version differs by 2 commits.

  • f5a01ea Merge pull request #324 from snyk/fix/bump_gradle_plugin
  • 518a4be fix: bumping snyk-gradle-plugin

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.