Learn R Programming

sentryR (version 1.1.2)

parse_dsn: Parse a Sentry DSN into its components

Description

Parse a Sentry DSN into its components

Usage

parse_dsn(dsn)

Value

a named list with parsed elements of the DSN

Arguments

dsn

the DSN of a Sentry project.

Examples

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

Run the code above in your browser using DataLab