Skip to content

Commit 3d38104

Browse files
authored
fix: Missing closing ``` in redux section on react page (#1915)
1 parent 10367e7 commit 3d38104

File tree

1 file changed

+1
-0
lines changed
  • src/collections/_documentation/platforms/javascript

1 file changed

+1
-0
lines changed

src/collections/_documentation/platforms/javascript/react.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Sentry.init({
213213
dsn: '___DSN___',
214214
normalizeDepth: 10 // Or however deep you want your state context to be.
215215
})
216+
```
216217

217218
### Redux Enhancer Options
218219

0 commit comments

Comments
 (0)