We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d1d2d commit 5e31ec3Copy full SHA for 5e31ec3
packages/signals/signals/README.md
@@ -92,7 +92,7 @@ window.SegmentSignalsPlugin.debug()
92
2. Passed as a setting
93
```js
94
const signalsPlugin = new SignalsPlugin({
95
- enableSignalsIngestion: process.env.SEGMENT_SIGNALS_DEBUG
+ enableSignalsIngestion: process.env.SEGMENT_SIGNALS_DEBUG === 'true'
96
})
97
analytics.register(signalsPlugin)
98
```
0 commit comments