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

sentryR documentation built on May 29, 2024, 8:18 a.m.