Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
3423ef86
Unverified
Commit
3423ef86
authored
Nov 17, 2020
by
Domas
Committed by
GitHub
Nov 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
respect fronted-logging.enabled flag (#29107)
parent
4430ca23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
public/app/app.ts
+9
-7
No files found.
public/app/app.ts
View file @
3423ef86
...
@@ -206,13 +206,15 @@ export class GrafanaApp {
...
@@ -206,13 +206,15 @@ export class GrafanaApp {
});
});
registerEchoBackend
(
new
PerformanceBackend
({}));
registerEchoBackend
(
new
PerformanceBackend
({}));
registerEchoBackend
(
if
(
config
.
sentry
.
enabled
)
{
new
SentryEchoBackend
({
registerEchoBackend
(
...
config
.
sentry
,
new
SentryEchoBackend
({
user
:
config
.
bootData
.
user
,
...
config
.
sentry
,
buildInfo
:
config
.
buildInfo
,
user
:
config
.
bootData
.
user
,
})
buildInfo
:
config
.
buildInfo
,
);
})
);
}
window
.
addEventListener
(
'DOMContentLoaded'
,
()
=>
{
window
.
addEventListener
(
'DOMContentLoaded'
,
()
=>
{
reportPerformance
(
'dcl'
,
Math
.
round
(
performance
.
now
()));
reportPerformance
(
'dcl'
,
Math
.
round
(
performance
.
now
()));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment