sentry-testkit
A Sentry plugin to allow Sentry report interception and further inspection of the data being sent
File Explorer
Download Latest Version (.zip)- settings.json
- a-question.md
- bug_report.md
- feature_request.md
- deploy-docs.yml
- expo-tests.yml
- release-please.yml
- stale.yml
- test-deploy-docs.yml
- tests.yml
- PULL_REQUEST_TEMPLATE.md
- react-native.test.ts
- .gitignore
- app.json
- package.json
- README.md
- tsconfig.json
- esm.mjs
- external-app-perf.js
- external-app.js
- attachments.test.ts
- browser.test.ts
- checkins.test.ts
- cjs-require.test.js
- commonTests.ts
- esm-require.test.ts
- feedback.test.ts
- jest-mock.test.ts
- local-server.test.ts
- logs.test.ts
- metrics.test.ts
- network-interception.test.ts
- node.test.ts
- parsers.test.ts
- playwright.test.ts
- puppeteer.test.ts
- react.test.tsx
- replay.test.ts
- sessions.test.ts
- spans.test.ts
- browser.ts
- bytes.ts
- index.ts
- initNetworkInterceptor.ts
- jestMock.ts
- localServerApi.ts
- parsers.ts
- sentryTransport.ts
- testkit.ts
- transformers.ts
- types.ts
- .npmignore
- babel.config.js
- CHANGELOG.md
- jest.config.json
- package.json
- tsconfig.json
- wallaby.js
- README.md
- _category_.json
- sentry-v10.md
- version-3.md
- version-5.md
- version-6.md
- version-7.md
- browser-only.md
- changelog.md
- error-boundary-usage.md
- external-process.md
- getting-started.md
- network-interception.md
- playwright.md
- puppeteer.md
- raven-testkit-legacy.md
- react-native.md
- span-ids.md
- index.tsx
- index.tsx
- styles.module.css
- custom.css
- help.md
- index.module.css
- index.tsx
- privacy.md
- logo_only.png
- sentry-logo.svg
- sentry-testkit-logo.png
- sentry-testkit-logo.svg
- Sentry_github.svg
- e2e-testing.svg
- e2e-testing2.svg
- favicon.ico
- logo.svg
- router.svg
- .nojekyll
- .gitignore
- babel.config.js
- docusaurus.config.js
- package.json
- README.md
- sidebars.js
- tsconfig.json
- code-quality.md
- code-review.md
- code-writing.md
- docs-writing.md
- README.md
- testing.md
- .cursorrules
- .eslintignore
- .eslintrc.json
- .gitignore
- .nvmrc
- .prettierrc
- .release-please-manifest.json
- .yarnrc.yml
- AGENTS.md
- CLAUDE.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LEGACY_API.md
- LICENSE
- package.json
- README.md
- release-please-config.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/zivl/sentry-testkit
Downloads the entire project code from GitHub to your computer.
cd sentry-testkit
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install sentry-testkit --save-dev
Downloads and installs the libraries listed in package.json.
yarn add sentry-testkit --dev
Type this command into your terminal and run it.
<img src="https://img.shields.io/npm/v/sentry-testkit.svg" alt="npm version">
Type this command into your terminal and run it.
<img src="https://img.shields.io/npm/dm/sentry-testkit.svg" alt="npm downloads">
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
