UNPKG
@binance/sentry-miniapp
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.6
@binance/sentry-miniapp
/
dist
/
integrations
/
system.d.ts
17 lines
•
322 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import { Integration }
from
"@sentry/types"
;
/** UserAgent */
export
declare
class
System
implements
Integration
{
/** *
@inheritDoc
*/
name:
string
;
/** *
@inheritDoc
*/
static
id:
string
;
/** *
@inheritDoc
*/
setupOnce
():
void
; }
//# sourceMappingURL=system.d.ts.map