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

Send code with errors #8

Merged
merged 5 commits into from
Jun 8, 2024
Merged

Send code with errors #8

merged 5 commits into from
Jun 8, 2024

Conversation

kyrylo
Copy link
Member

@kyrylo kyrylo commented Jun 7, 2024

No description provided.

`vendor/bundle` needs to be blacklisted because if it's inside `root_directory`,
then code hunks are collected for every single frame (including gems).

The `vendor/bundle` path is not random. This is what Bundler docs say:

> Install your dependencies, even gems that are already installed to your system
> gems, to a location other than your system's gem repository. In this case,
> install them to vendor/bundle.

As result, some Heroku users may see code hunks for every single frame, which
often causes unwanted truncation of the notice.
@kyrylo kyrylo merged commit 68a10aa into main Jun 8, 2024
5 checks passed
@kyrylo kyrylo deleted the send-code branch June 8, 2024 18:57
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.

None yet

1 participant