Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64eee9d

Browse files
sileskystayseesong
andauthored
Update src/connections/sources/catalog/libraries/server/node/index.md
Co-authored-by: stayseesong <[email protected]>
1 parent 1961585 commit 64eee9d

File tree

1 file changed

+1
-2
lines changed
  • src/connections/sources/catalog/libraries/server/node

1 file changed

+1
-2
lines changed

src/connections/sources/catalog/libraries/server/node/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ Setting | Details
286286
`disable` _boolean_ | Disable the analytics library for testing. The default is: `false`
287287
`httpClient` _HTTPClient or HTTPClientFn_ | A custom HTTP Client implementation to support alternate libraries or proxies. Defaults to global fetch or node-fetch for older versions of node. See the [Overriding the default HTTP Client](#override-the-default-http-client) section for more details.
288288
289-
> info ""
290-
> See the complete [`AnalyticsSettings` interface](https://github.com/segmentio/analytics-next/blob/master/packages/node/src/app/settings.ts){:target="_blank"}
289+
See the complete `AnalyticsSettings` interface [here](https://github.com/segmentio/analytics-next/blob/master/packages/node/src/app/settings.ts){:target="_blank"}.
291290
292291
## Graceful shutdown
293292
Avoid losing events after shutting down your console. Call `.closeAndFlush()` to stop collecting new events and flush all existing events. If a callback on an event call is included, this also waits for all callbacks to be called, and any of their subsequent promises to be resolved.

0 commit comments

Comments
 (0)