This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,9 @@ import {
1111 IconButton ,
1212 useDisclosure ,
1313 Image ,
14- Button ,
1514} from '@chakra-ui/react' ;
1615import { QuestionMarkCircleIcon } from '@codiga/components' ;
1716import CodigaLogo from '../Layout/CodigaIcon.png' ;
18- import rollbarAccessToken from '../../lib/rollbarAccessToken' ;
1917
2018export default function AboutApp ( ) {
2119 const { isOpen, onOpen, onClose } = useDisclosure ( ) ;
@@ -70,11 +68,6 @@ export default function AboutApp() {
7068 < Image src = { CodigaLogo } h = "48px" mx = "auto" />
7169 </ Link >
7270
73- { /* eslint-disable-next-line no-alert */ }
74- < Button onClick = { ( ) => alert ( rollbarAccessToken ) } >
75- Get Rollbar Token
76- </ Button >
77-
7871 < Text size = "sm" >
7972 < Link
8073 isExternal
Original file line number Diff line number Diff line change 11import rollbarAccessToken from './rollbarAccessToken' ;
22
3- // eslint-disable-next-line no-console
4- console . log ( 'rollbarAccessToken: ' , rollbarAccessToken ) ;
5-
63export const rollbarConfig = {
74 accessToken : rollbarAccessToken ,
85 captureUncaught : true ,
You can’t perform that action at this time.
0 commit comments