Official Sentry SDKs for JavaScript
Installations
npm install @sentry-internal/replay-canvas
Developer Guide
Typescript
Yes
Module System
CommonJS, ESM
Min. Node Version
>=18
Node Version
22.14.0
NPM Version
10.9.2
Score
99.8
Supply Chain
85.1
Quality
98.4
Maintenance
100
Vulnerability
99.6
License
Releases
Contributors
Languages
TypeScript (92.3%)
JavaScript (6.11%)
HTML (0.68%)
Astro (0.2%)
Vue (0.19%)
CSS (0.18%)
Svelte (0.14%)
Shell (0.13%)
Handlebars (0.08%)
validate.email 🚀
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Developer
Download Statistics
Total Downloads
200,901,221
Last Day
1,133,833
Last Week
5,781,140
Last Month
24,505,833
Last Year
191,686,978
GitHub Statistics
MIT License
8,140 Stars
11,307 Commits
1,642 Forks
124 Watchers
221 Branches
753 Contributors
Updated on Mar 13, 2025
Bundle Size
15.35 kB
Minified
5.50 kB
Minified + Gzipped
Package Meta Information
Latest Version
9.5.0
Package Id
@sentry-internal/replay-canvas@9.5.0
Unpacked Size
783.04 kB
Size
164.16 kB
File Count
14
NPM Version
10.9.2
Node Version
22.14.0
Published on
Mar 06, 2025
Total Downloads
Cumulative downloads
Total Downloads
200,901,221
Dependencies
2
Dev Dependencies
1
Sentry Session Replay with Canvas
Pre-requisites
Replay with canvas requires Node 14+, and browsers newer than IE11.
Installation
Replay and ReplayCanvas can be imported from @sentry/browser
, or a respective SDK package like @sentry/react
or
@sentry/vue
. You don't need to install anything in order to use Session Replay. The minimum version that includes
Replay is 7.27.0.
For details on using Replay when using Sentry via the CDN bundles, see CDN bundle.
Setup
To set up the canvas integration, add the following to your Sentry integrations:
1Sentry.replayCanvasIntegration(),
Full Example
1import * as Sentry from '@sentry/browser'; 2// or e.g. import * as Sentry from '@sentry/react'; 3 4Sentry.init({ 5 dsn: '__DSN__', 6 7 // This sets the sample rate to be 10%. You may want this to be 100% while 8 // in development and sample at a lower rate in production 9 replaysSessionSampleRate: 0.1, 10 11 // If the entire session is not sampled, use the below sample rate to sample 12 // sessions when an error occurs. 13 replaysOnErrorSampleRate: 1.0, 14 15 integrations: [Sentry.replayIntegration(), Sentry.replayCanvasIntegration()], 16 // ... 17});

No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 25 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
security policy file detected
Details
- Info: security policy file detected: github.com/getsentry/.github/SECURITY.md:1
- Info: Found linked content: github.com/getsentry/.github/SECURITY.md:1
- Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/getsentry/.github/SECURITY.md:1
- Info: Found text in security policy: github.com/getsentry/.github/SECURITY.md:1
Reason
binaries present in source code
Details
- Warn: binary detected: dev-packages/browser-integration-tests/suites/wasm/simple.wasm:1
Reason
SAST tool detected but not run on all commits
Details
- Info: SAST configuration detected: CodeQL
- Warn: 4 commits out of 30 are checked with a SAST tool
Reason
branch protection is not maximal on development and all release branches
Details
- Warn: branch protection not enabled for branch 'release/9.0.0'
- Info: 'allow deletion' disabled on branch 'develop'
- Info: 'force pushes' disabled on branch 'develop'
- Warn: 'branch protection settings apply to administrators' is disabled on branch 'develop'
- Warn: 'stale review dismissal' is disabled on branch 'develop'
- Warn: required approving review count is 1 on branch 'develop'
- Warn: codeowners review is not required on branch 'develop'
- Warn: 'last push approval' is disabled on branch 'develop'
- Warn: 'up-to-date branches' is disabled on branch 'develop'
- Info: status check found to merge onto on branch 'develop'
- Info: PRs are required in order to make changes on branch 'develop'
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/build.yml:72
- Warn: jobLevel 'actions' permission set to 'write': .github/workflows/cleanup-pr-caches.yml:13
- Info: jobLevel 'contents' permission set to 'read': .github/workflows/cleanup-pr-caches.yml:14
- Warn: jobLevel 'contents' permission set to 'write': .github/workflows/external-contributors.yml:14
- Warn: jobLevel 'contents' permission set to 'write': .github/workflows/gitflow-sync-develop.yml:23
- Warn: no topLevel permission defined: .github/workflows/auto-release.yml:1
- Warn: no topLevel permission defined: .github/workflows/build.yml:1
- Info: topLevel 'contents' permission set to 'read': .github/workflows/canary.yml:24
- Warn: no topLevel permission defined: .github/workflows/cleanup-pr-caches.yml:1
- Warn: no topLevel permission defined: .github/workflows/clear-cache.yml:1
- Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1
- Warn: no topLevel permission defined: .github/workflows/enforce-license-compliance.yml:1
- Warn: no topLevel permission defined: .github/workflows/external-contributors.yml:1
- Warn: no topLevel permission defined: .github/workflows/flaky-test-detector.yml:1
- Warn: no topLevel permission defined: .github/workflows/gitflow-sync-develop.yml:1
- Warn: no topLevel permission defined: .github/workflows/issue-package-label.yml:1
- Warn: no topLevel permission defined: .github/workflows/project-automation.yml:1
- Warn: no topLevel permission defined: .github/workflows/release-comment-issues.yml:1
- Warn: no topLevel permission defined: .github/workflows/release-size-info.yml:1
- Warn: no topLevel permission defined: .github/workflows/release.yml:1
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/build.yml:593
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auto-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/auto-release.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/auto-release.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/auto-release.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/auto-release.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/auto-release.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/auto-release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/auto-release.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:418: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:422: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:426: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:635: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:639: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:660: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:671: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:135: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:146: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:163: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:239: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:243: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:334: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:338: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:350: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:369: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:375: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:379: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:396: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:403: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:477: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:482: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:486: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:507: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:514: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:683: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:687: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:762: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:789: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:312: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:316: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:445: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:449: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:453: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:721: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:725: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:745: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:809: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:814: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:818: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:826: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:837: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:999: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:1002: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:1006: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:1015: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:1062: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:1072: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:266: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:270: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:294: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:571: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:575: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:597: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:610: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:879: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:882: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:886: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:891: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:898: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:940: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:954: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:966: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/build.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/canary.yml:114: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/canary.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/canary.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/canary.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/canary.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/canary.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/canary.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/canary.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/canary.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/canary.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/canary.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/canary.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/canary.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/canary.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cleanup-pr-caches.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/cleanup-pr-caches.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/clear-cache.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/clear-cache.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/clear-cache.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/clear-cache.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/codeql-analysis.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/codeql-analysis.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/codeql-analysis.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/codeql-analysis.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/enforce-license-compliance.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/enforce-license-compliance.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/external-contributors.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/external-contributors.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/external-contributors.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/external-contributors.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/flaky-test-detector.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/flaky-test-detector.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/flaky-test-detector.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/flaky-test-detector.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/flaky-test-detector.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/flaky-test-detector.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/flaky-test-detector.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/flaky-test-detector.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/flaky-test-detector.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/flaky-test-detector.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gitflow-sync-develop.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/gitflow-sync-develop.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/gitflow-sync-develop.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/gitflow-sync-develop.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/gitflow-sync-develop.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/gitflow-sync-develop.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/issue-package-label.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/issue-package-label.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/issue-package-label.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/issue-package-label.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/issue-package-label.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/issue-package-label.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/release-comment-issues.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/release-comment-issues.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/release-size-info.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/release-size-info.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/release.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/release.yml/develop?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/getsentry/sentry-javascript/release.yml/develop?enable=pin
- Warn: containerImage not pinned by hash: dev-packages/e2e-tests/Dockerfile.publish-packages:3
- Info: 6 out of 83 GitHub-owned GitHubAction dependencies pinned
- Info: 3 out of 34 third-party GitHubAction dependencies pinned
- Info: 0 out of 1 containerImage dependencies pinned
Reason
Project has not signed or included provenance with any releases.
Details
- Warn: release artifact 9.6.0-alpha.0 not signed: https://api.github.com/repos/getsentry/sentry-javascript/releases/204222725
- Warn: release artifact 9.5.0 not signed: https://api.github.com/repos/getsentry/sentry-javascript/releases/204191442
- Warn: release artifact 9.5.0-alpha.0 not signed: https://api.github.com/repos/getsentry/sentry-javascript/releases/203920073
- Warn: release artifact 9.4.0 not signed: https://api.github.com/repos/getsentry/sentry-javascript/releases/203841855
- Warn: release artifact 9.3.0 not signed: https://api.github.com/repos/getsentry/sentry-javascript/releases/203030509
- Warn: release artifact 9.6.0-alpha.0 does not have provenance: https://api.github.com/repos/getsentry/sentry-javascript/releases/204222725
- Warn: release artifact 9.5.0 does not have provenance: https://api.github.com/repos/getsentry/sentry-javascript/releases/204191442
- Warn: release artifact 9.5.0-alpha.0 does not have provenance: https://api.github.com/repos/getsentry/sentry-javascript/releases/203920073
- Warn: release artifact 9.4.0 does not have provenance: https://api.github.com/repos/getsentry/sentry-javascript/releases/203841855
- Warn: release artifact 9.3.0 does not have provenance: https://api.github.com/repos/getsentry/sentry-javascript/releases/203030509
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
54 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-593f-38f6-jp5m
- Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j
- Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8
- Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86
- Warn: Project is vulnerable to: GHSA-2452-6xj8-jh47
- Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q
- Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38
- Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc
- Warn: Project is vulnerable to: GHSA-g5m6-hxpp-fc49
- Warn: Project is vulnerable to: GHSA-mh2x-fcqh-fmqv
- Warn: Project is vulnerable to: GHSA-rjjv-87mx-6x3h
- Warn: Project is vulnerable to: GHSA-crh6-fp67-6883
- Warn: Project is vulnerable to: GHSA-whgm-jr23-g3j9
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-m85w-3h95-hcf9
- Warn: Project is vulnerable to: GHSA-c4pw-33h3-35xw
- Warn: Project is vulnerable to: GHSA-49w6-73cw-chjr
- Warn: Project is vulnerable to: GHSA-jr5f-v2jv-69x6
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-wxhq-pm8v-cw75
- Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-ghr5-ch3p-vcr6
- Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99
- Warn: Project is vulnerable to: GHSA-pfrx-2q88-qq97
- Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-m7xq-9374-9rvx
- Warn: Project is vulnerable to: GHSA-vg7j-7cwx-8wgw
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
- Warn: Project is vulnerable to: GHSA-c59h-r6p8-q9wc
- Warn: Project is vulnerable to: GHSA-7m27-7ghc-44w9
- Warn: Project is vulnerable to: GHSA-g77x-44xx-532m
- Warn: Project is vulnerable to: GHSA-7gfc-8cq8-jh5f
- Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g
- Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w
- Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j
- Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg
- Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5
- Warn: Project is vulnerable to: GHSA-8266-84wp-wv5c
- Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36
- Warn: Project is vulnerable to: GHSA-jgrx-mgxx-jf9v
- Warn: Project is vulnerable to: GHSA-7p7h-4mm5-852v
- Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975
- Warn: Project is vulnerable to: GHSA-92r3-m2mg-pj97
- Warn: Project is vulnerable to: GHSA-c24v-8rfc-w8vw
- Warn: Project is vulnerable to: GHSA-8jhw-289h-jh2g
- Warn: Project is vulnerable to: GHSA-4vvj-4cpr-p986 / GHSA-64vr-g452-qvp3
- Warn: Project is vulnerable to: GHSA-9cwx-2883-4wfx
- Warn: Project is vulnerable to: GHSA-vg6x-rcgg-rjx6
- Warn: Project is vulnerable to: GHSA-9crc-q9x8-hgqq
- Warn: Project is vulnerable to: GHSA-wr3j-pwj9-hqq6
Score
5
/10
Last Scanned on 2025-03-10
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More