From a8fefb943d0129294fe0b535f1596ecf7f6d7610 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 21 Jan 2025 17:49:14 -0400 Subject: [PATCH] Pin @sentry/browser from ^8.18.0 to 8.50.0 (#2607) ## Which problem is this PR solving? - Other PRs keep downgrading this dependency image ## Description of the changes - Pin the version in package.json instead of using `^` range. ## How was this change tested? - ## Checklist - [ ] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [ ] I have signed all commits - [ ] I have added unit tests for the new functionality - [ ] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: Yuri Shkuro --- packages/jaeger-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jaeger-ui/package.json b/packages/jaeger-ui/package.json index be802c9221..95ad8c12c7 100644 --- a/packages/jaeger-ui/package.json +++ b/packages/jaeger-ui/package.json @@ -48,7 +48,7 @@ "@ant-design/compatible": "^5.1.3", "@jaegertracing/plexus": "0.2.0", "@pyroscope/flamegraph": "0.21.4", - "@sentry/browser": "^8.18.0", + "@sentry/browser": "8.50.0", "antd": "^5.21.3", "chance": "^1.0.10", "classnames": "^2.5.1",