UNPKG
sentry-uniapp
Version:
latest (1.0.12)
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.12.1
0.12.0
用于Uniapp/小程序/快应用等平台的 Sentry SDK
github.com/uappkit/sentry-uniapp
uappkit/sentry-uniapp
sentry-uniapp
/
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