This application is meant to be used as a demoinstraction of the Session Replay feature on sentry.io.
Running locally is nice for development because you get hot-reloading when files change. For Demo purposes, build and run the production server (see below).
- Make sure that
sentry.shared.dsn.js
includes an Org/DSN for which you are a part of. - Run
yarn dev
- Visit
http://localhost:3000
to see the Pokemon Market
Afterwards, visit your sentry org (in step #1) to view Replays, Perfomance, and Error from the demo.
The production server is optimized for demo purposes because it includes:
- Built (minified) assets & stacktraces
- Release created on sentry.io
- Source maps uploaded
- Make sure that
sentry.shared.dsn.js
includes an Org/DSN for which you are a part of. - Run:
yarn build && yarn start
- Visit
http://localhost:3000
to see the Pokemon Market
Afterwards, visit your sentry org (in step #1) to view Replays, Perfomance, and Error from the demo.