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

Migrate gatsby configs from plugin to gatsby-browser #266

Merged
merged 1 commit into from
Jun 10, 2020

Conversation

halkeye
Copy link
Member

@halkeye halkeye commented Jun 10, 2020

Gatsby json stringify's the config items so they can be sent to the
front end for the "browser on client entry" event. Regexs can't be
serliazed into json.

I decided it wasn't worth fighting and fixing it, since its easy enough
just to move the couple lines into gatsby-browser.js with everything

Gatsby json stringify's the config items so they can be sent to the
front end for the "browser on client entry" event. Regexs can't be
serliazed into json.

I decided it wasn't worth fighting and fixing it, since its easy enough
just to move the couple lines into gatsby-browser.js with everything
@halkeye halkeye added the bug label Jun 10, 2020
@halkeye halkeye requested a review from a team as a code owner June 10, 2020 07:20
@timja timja merged commit fc9da19 into jenkins-infra:master Jun 10, 2020
@halkeye halkeye deleted the cleanup-sentry-config branch November 22, 2020 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants