Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can enable synthetic traces globally via stacktrace: true (fixes #743) #763

Merged
merged 1 commit into from
Nov 11, 2016

Conversation

benvinegar
Copy link
Contributor

@benvinegar benvinegar merged commit 592bfce into master Nov 11, 2016
@benvinegar benvinegar deleted the fix-743 branch November 11, 2016 23:49
Copy link
Contributor

@MaxBittker MaxBittker left a comment

Choose a reason for hiding this comment

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

cool

var data = objectMerge({
message: msg + '' // Make sure it's actually a string
}, options);

if (options && options.stacktrace) {
if (this._globalOptions.stacktrace || (options && options.stacktrace)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

still need (options && here, now that options is checked above?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Tru

@romainneutron
Copy link
Contributor

Nice, when will it be available in a tagged version?

@mathieumg
Copy link

@romainneutron Looks like it's in 3.9 now!

@benvinegar
Copy link
Contributor Author

Sorry for the delay on this – many Sentry developers (myself included) were out on holidays over the past few weeks, and I generally err on making sure we're all available when pushing releases.

@amureki
Copy link

amureki commented Dec 13, 2016

@benvinegar thank you! Can you also update documentation for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants