Skip to content

fix: update stack and message in logs#40

Merged
wu-sheng merged 2 commits intoapache:masterfrom
Fine0830:bugfix/logs
Jan 15, 2021
Merged

fix: update stack and message in logs#40
wu-sheng merged 2 commits intoapache:masterfrom
Fine0830:bugfix/logs

Conversation

@Fine0830
Copy link
Member

Fixes stack and message in logs. Reference apache/skywalking#6167

Screenshots
test
logs

Signed-off-by: Qiuxia Fan qiuxiafan@apache.org

@Fine0830 Fine0830 added the bug Something isn't working label Jan 14, 2021
@Fine0830 Fine0830 added this to the 0.4.0 milestone Jan 14, 2021
@Fine0830 Fine0830 requested review from rainbend and wu-sheng January 14, 2021 09:55
@Fine0830 Fine0830 self-assigned this Jan 14, 2021
|enableSPA|Boolean|Monitor the page hashchange event and report PV, which is suitable for single page application scenarios|false|false|
|autoTracePerf|Boolean|Support sending of performance data automatically.|false|true|
|vue|Boolean|Support vue errors monitoring|false|undefined|
|vue|Vue|Support vue errors monitoring|false|undefined|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does type=Vue means? How to set this config?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set it like so

import Vue from 'vue';

ClientMonitor.register({
    collector: 'http://127.0.0.0:8080',
    service: 'test-ui',
    pagePath: 'index.html',
    serviceVersion: 'v1.0.0',
    vue: Vue,
});

@wu-sheng wu-sheng merged commit 239f4b2 into apache:master Jan 15, 2021
@Fine0830 Fine0830 deleted the bugfix/logs branch January 15, 2021 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants