replay
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.sentry-internal</groupId>
<artifactId>replay</artifactId>
<version>10.53.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.sentry-internal</groupId>
<artifactId>replay</artifactId>
<version>10.53.1</version>
<name>sentry-internal replay</name>
<description>User replays for Sentry</description>
<url>https://docs.sentry.io/platforms/javascript/session-replay/</url>
<organization>
<name>Sentry</name>
<url>https://docs.sentry.io/platforms/javascript/session-replay/</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>sentry-bot</name>
<email>accounts@sentry.io</email>
</developer>
</developers>
<scm>
<connection>https://github.com/getsentry/sentry-javascript.git</connection>
<developerConnection>https://github.com/getsentry/sentry-javascript.git</developerConnection>
<url>https://github.com/getsentry/sentry-javascript</url>
</scm>
<issueManagement>
<url>https://github.com/getsentry/sentry-javascript/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.sentry-core.version>10.53.1</org.mvnpm.at.sentry-core.version>
<org.mvnpm.at.sentry-internal-browser-utils.version>10.53.1</org.mvnpm.at.sentry-internal-browser-utils.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.sentry-internal</groupId>
<artifactId>browser-utils</artifactId>
<version>${org.mvnpm.at.sentry-internal-browser-utils.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.sentry</groupId>
<artifactId>core</artifactId>
<version>${org.mvnpm.at.sentry-core.version}</version>
</dependency>
</dependencies>
</project>