MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / createForm

Function createForm

packages/feedback/src/core/integration.ts:376–380  ·  view source on GitHub ↗

* Creates a new Form which you can * Accepts partial options to override any options passed to constructor.

(
        optionOverrides: OverrideFeedbackConfiguration = {},
      )

Source from the content-addressed store, hash-verified

374 * Accepts partial options to override any options passed to constructor.
375 */
376 async createForm(
377 optionOverrides: OverrideFeedbackConfiguration = {},
378 ): Promise<ReturnType<FeedbackModalIntegration['createDialog']>> {
379 return _loadAndRenderDialog(mergeOptions(_options, optionOverrides));
380 },
381
382 /**
383 * Updates the color scheme of the feedback widget at runtime.

Callers

nothing calls this directly

Calls 2

mergeOptionsFunction · 0.90
_loadAndRenderDialogFunction · 0.85

Tested by

no test coverage detected