fix: updated the sourcemap upload doc link
This commit is contained in:
parent
2596df7202
commit
6590d6caef
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import cn from 'classnames';
|
|||
import { IconButton, Icon } from 'UI';
|
||||
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 }) {
|
||||
const [showRaw, setShowRaw] = useState(false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue