Skip to content

Commit

Permalink
Update Head.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kumailr7 authored Aug 28, 2024
1 parent 5ae6a7e commit aae638d
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions quartz/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,9 @@ export default (() => {
return (
<head>
<script
src="https://notesss.yxy.ninja/script.js"
src="https://github.com/kumailr7/Opscatalyst/script.js"
type="text/javascript">
</script>
<script
dangerouslySetInnerHTML={{
__html: `
window.DD_RUM && window.DD_RUM.init({
clientToken: 'pubf8e87c77bc40109caafef497cae669d9',
applicationId: '1790642d-89c4-45b7-8ba8-b2d58a5212b2',
proxy: 'https://notesss.yxy.ninja',
site: 'datadoghq.com',
service: 'notes.yxy.ninja',
env: 'prod',
// Specify a version number to identify the deployed version of your application in Datadog
// version: '1.0.0',
sessionSampleRate: 100,
sessionReplaySampleRate: 100,
trackUserInteractions: true,
trackResources: true,
trackLongTasks: true,
defaultPrivacyLevel: 'allow',
usePartitionedCrossSiteSessionCookie: true,
});
`,
}}
/>

{/* <script async src="https://rum.cronitor.io/script.js"></script>
<script
dangerouslySetInnerHTML={{
Expand Down

0 comments on commit aae638d

Please sign in to comment.