0.0.34 • Published 1 year ago

@whitespace.dev/browser v0.0.34

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@whitespace.dev/browser

Whitespace lets you replay a bug just as it appeared for you. Apart from a screen recording it also saves http transactions, log entries, user interactions, storage changes, and metadata. The recording gives engineers a great understanding of what happened, how it happened and probably why something went wrong.

Whitespace is built to be used in the development workflow. Since it sends and stores potentially sensitive data on our servers you should, for now, avoid using it in production.

Getting started

Install the package

Npm:

    npm install --save @whitespace.dev/browser

Yarn:

    yarn add @whitespace.dev/browser

Initialize

In /init-whitespace.js

import { Whitespace } from "@whitespace.dev/browser"

// We don't want to activate Whitespace in production
if (process.env.NODE_ENV !== "production") {
    Whitespace.init({
        // Contact us at beta@whitespace.dev to get a key
        key: "<your-key>",
    })
}

In /index.js (your entrypoint)

// Import the init file as early as possible
import "./init-whitespace"

import * as React from "react"
import ...
0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago