Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add telemetry #12

Merged
merged 3 commits into from
Jan 25, 2023
Merged

Conversation

SgtPooki
Copy link
Collaborator

  • feat: add telemetry
  • fix: allow typescript to resolve esm import

fixes #10

Comment on lines 21 to 32
ReactDOM.render(
<React.StrictMode>
<QueryClientProvider client={queryClient}>
<HashRouter>
<CommonParamsProvider>
<App />
</CommonParamsProvider>
</HashRouter>
</QueryClientProvider>
</React.StrictMode>,
document.getElementById("root")
<React.StrictMode>
<QueryClientProvider client={queryClient}>
<HashRouter>
<CommonParamsProvider>
<App />
</CommonParamsProvider>
</HashRouter>
</QueryClientProvider>
</React.StrictMode>,
document.getElementById('root'),
);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops. will revert

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was caused by the pre-commit hook which hasn't been run on existing code.

Comment on lines 2 to 21
"compilerOptions": {
"baseUrl": "./src",
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "nodenext",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"]
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will revert. my bad

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was caused by the pre-commit hook which hasn't been run on existing code.

had to disable pre-commit hooks which change styles to keep my diff
appropriate.
@SgtPooki
Copy link
Collaborator Author

@laurentsenta when will this be deployed once merged

@laurentsenta
Copy link
Owner

@SgtPooki should be instant, this was hooked into a fleek project. Feel free to merge whenever.

@SgtPooki SgtPooki merged commit 335738a into laurentsenta:main Jan 25, 2023
@SgtPooki SgtPooki deleted the feat/add-telemetry branch January 25, 2023 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: ignite-metrics - Add telemetry without UI
3 participants