Skip to content

Commit

Permalink
hotfix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 7, 2024
1 parent 1e539cd commit 5f24a62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
56 changes: 0 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"author": "JEC",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.25.7",
"@sentry/node": "^8.33.1",
"@sentry/tracing": "^7.114.0",
"html-prettify": "^1.0.7",
"@babel/core": "^7.25.7",
"minimist": "^1.2.8",
"puppeteer": "^21.9.0"
},
Expand Down
3 changes: 0 additions & 3 deletions src/screenshotter/js/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const Sentry = require('@sentry/node');
const Integrations = require('@sentry/tracing');

const puppeteer = require('puppeteer');
const parseArgs = require('minimist');
Expand All @@ -15,9 +14,7 @@ try {
dsn: sentrydsn,
environment: sentryenv,
release: version,
integrations: [new Integrations.BrowserTracing()],
tracesSampleRate: sentrytracerate,

});
}
} catch (e) {
Expand Down

0 comments on commit 5f24a62

Please sign in to comment.