fix: updated the sourcemap upload doc link
This commit is contained in:
parent
2cd79ce553
commit
250fa9f6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import cn from 'classnames';
|
||||||
import { IconButton, Icon } from 'UI';
|
import { IconButton, Icon } from 'UI';
|
||||||
import { connect } from 'react-redux';
|
import { connect } from 'react-redux';
|
||||||
|
|
||||||
const docLink = 'https://docs.openreplay.com/plugins/sourcemaps';
|
const docLink = 'https://docs.openreplay.com/installation/upload-sourcemaps';
|
||||||
|
|
||||||
function ErrorDetails({ className, name = "Error", message, errorStack, sourcemapUploaded }) {
|
function ErrorDetails({ className, name = "Error", message, errorStack, sourcemapUploaded }) {
|
||||||
const [showRaw, setShowRaw] = useState(false)
|
const [showRaw, setShowRaw] = useState(false)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue