UNPKG
dtrum-react-kit
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
Dynatrace tools and react hooks collection
dtrum-react-kit
/
src
/
tools
/
dtrumEndSession.ts
9 lines
(6 loc)
•
147 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
const
dtrumEndSession
= (
) => {
const
{ dtrum =
undefined
} =
window
;
if
(!dtrum)
return
; dtrum.
disable
(); dtrum.
endSession
(); };