parse_dsn {sentryR}R Documentation

Parse a Sentry DSN into its components

Description

Parse a Sentry DSN into its components

Usage

parse_dsn(dsn)

Arguments

dsn

the DSN of a Sentry project.

Value

a named list with parsed elements of the DSN

Examples

parse_dsn("https://1234@sentry.io/1")

[Package sentryR version 1.1.2 Index]