UNPKG
sentry-wechat-miniprogram
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
@sentry/browser 的微信小程序版本。
github.com/fjc0k/sentry-wechat-miniprogram
fjc0k/sentry-wechat-miniprogram
sentry-wechat-miniprogram
/
lib
/
integrations
/
useragent.d.ts
17 lines
(16 loc)
•
289 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
UserAgent
implements
Integration
{
/** *
@inheritDoc
*/
name:
string
;
/** *
@inheritDoc
*/
static
id:
string
;
/** *
@inheritDoc
*/
setupOnce
():
void
; }