Index

src/lib/determine-sentry-environment.ts

DetermineSentryEnvironment
DetermineSentryEnvironment(environment: Environment)

Determines the sentry environment based on the build info object.

If the tier is local return undefined. If the tier is production determine the environment based on the tag and branch name.

Parameters :
Name Type Optional
environment Environment No
Returns : string | undefined

src/lib/determine-sentry-release.ts

DetermineSentryRelease
DetermineSentryRelease(environment: Environment)

Determines the sentry release based on the build info object.

If the tier is local return undefined. If the tier is production return the tag value as release or undefined.

Parameters :
Name Type Optional
environment Environment No
Returns : string | undefined

src/generators/init/generator.ts

initGenerator
initGenerator(tree: Tree, options: InitGeneratorSchema)
Parameters :
Name Type Optional
tree Tree No
options InitGeneratorSchema No

src/lib/sentry-init.ts

SentryInit
SentryInit(environment: Environment)
Parameters :
Name Type Optional
environment Environment No

src/lib/sentry-init-bootstrap-hook.ts

sentryInitBootstrapHook
sentryInitBootstrapHook(environment: Environment)
Parameters :
Name Type Optional
environment Environment No

results matching ""

    No results matching ""