UNPKG
@zuzuche/sentry-miniapp
Version:
latest (0.11.4)
0.11.4
0.11.3
0.11.1
用于小程序/小游戏平台的 Sentry SDK
@zuzuche/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