-
Notifications
You must be signed in to change notification settings - Fork 17
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
BC-7235 Add initial PerformanceObserver and use it for tldraw. #5069
Conversation
apps/server/src/shared/common/measure-utils/performance-observer.ts
Outdated
Show resolved
Hide resolved
apps/server/src/shared/common/measure-utils/performance-observer.ts
Outdated
Show resolved
Hide resolved
apps/server/src/shared/common/measure-utils/performance-observer.ts
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
} | ||
|
||
export const TLDRAW_DB_URL: string = Configuration.get('TLDRAW_DB_URL') as string; | ||
export const TLDRAW_SOCKET_PORT = Configuration.get('TLDRAW__SOCKET_PORT') as number; | ||
|
||
const tldrawConfig = { | ||
TLDRAW_DB_URL, | ||
NEST_LOG_LEVEL: Configuration.get('NEST_LOG_LEVEL') as string, | ||
NEST_LOG_LEVEL: Configuration.get('TLDRAW__LOG_LEVEL') as string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't do that. you can set a different log level for tldraw anyway without affecting other services
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ehrlich gesagt wüsste ich nicht wie. Beim aktuellen Code Stand.
Description
Links to Tickets or other pull requests
Changes
Datasecurity
Deployment
New Repos, NPM pakages or vendor scripts
Approval for review
generate-client:server
was executed in vue frontend and changes were tested and put in a PR with the same branch name.