File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The following table shows all supported integration methods across different pla
9
9
| Environment | Script Tag | CommonJS | ESM Import | TypeScript | AMD |
10
10
| --------------------- | -------------------------------------------------------------------- | ----------------------- | -------------------------------------- | -------------- | ----------------------------- |
11
11
| ** Browser** | ✅ [ script.html] ( ./script.html ) <br >✅ [ snippet.html] ( ./snippet.html ) | — | ✅ via bundler | ✅ via bundler | ✅ [ requirejs/] ( ./requirejs/ ) |
12
- | ** Node.js** | — | ✅ ` require('rollbar') ` | ✅ [ ` import ` ] ( #es-modules--typescript ) | ✅ | — |
12
+ | ** Node.js** | — | ✅ [ ` require ` ] ( #nodejs--commonjs ) | ✅ [ ` import ` ] ( #es-modules--typescript ) | ✅ | — |
13
13
| ** React Native** | — | ✅ | ✅ | ✅ | — |
14
14
| ** React** | ✅ | ✅ [ react/] ( ./react/ ) | ✅ | ✅ | — |
15
15
| ** Angular** | — | — | ✅ [ angular/] ( ./angular/ ) | ✅ | — |
You can’t perform that action at this time.
0 commit comments