Skip to content

Commit

Permalink
Remove NPM, use CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemA committed Aug 19, 2024
1 parent 3c4a890 commit 98eb0ce
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 93 deletions.
30 changes: 23 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
<!doctype html>
<script src="init.js" type="text/javascript"></script>
<html>
<h1 >You did it!</h1>
<a href="https://app.datadoghq.com/rum/list">https://app.datadoghq.com/rum/list</a>
</body>
</html>
<script
src="https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js"
type="text/javascript">
</script>
<script>
window.DD_RUM && window.DD_RUM.init({
clientToken: 'pubdd815b44063f317237edac3da2d14700',
applicationId: 'c1fc56a4-2c7b-4df3-a635-e1ad45cca883',
// `site` refers to the Datadog site parameter of your organization
// see https://docs.datadoghq.com/getting_started/site/
site: 'datadoghq.com',
service: 'ibraheems-github-page',
env: 'prod',
// Specify a version number to identify the deployed version of your application in Datadog
// version: '1.0.0',
sessionSampleRate: 100,
sessionReplaySampleRate: 20,
trackUserInteractions: true,
trackResources: true,
trackLongTasks: true,
defaultPrivacyLevel: 'mask-user-input',
});
</script>
19 changes: 0 additions & 19 deletions init.js

This file was deleted.

49 changes: 0 additions & 49 deletions package-lock.json

This file was deleted.

18 changes: 0 additions & 18 deletions package.json

This file was deleted.

0 comments on commit 98eb0ce

Please sign in to comment.