parse_dsn: Parse a Sentry DSN into its components

View source: R/core.R

parse_dsnR 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")

ozean12/sentryR documentation built on July 18, 2024, 12:47 p.m.