MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / info

Function info

packages/core/src/logs/public-api.ts:128–134  ·  view source on GitHub ↗
(
  message: ParameterizedString,
  attributes?: Log['attributes'],
  { scope }: CaptureLogMetadata = {},
)

Source from the content-addressed store, hash-verified

126 * ```
127 */
128export function info(
129 message: ParameterizedString,
130 attributes?: Log['attributes'],
131 { scope }: CaptureLogMetadata = {},
132): void {
133 captureLog('info', message, attributes, scope);
134}
135
136/**
137 * @summary Capture a log with the `warn` level. Requires the `enableLogs` option to be enabled.

Callers

nothing calls this directly

Calls 1

captureLogFunction · 0.70

Tested by

no test coverage detected