-
Notifications
You must be signed in to change notification settings - Fork 116
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
Improve installer flow #315
Labels
Comments
tombruijn
added a commit
that referenced
this issue
May 3, 2018
We don't print any config in this scenario. We should, see #315
tombruijn
added a commit
that referenced
this issue
Oct 2, 2019
When an app is detected as a Rails app by the presence of the `rails` gem we load the `config/application.rb` file, assuming it exists. Catch the scenario where it doesn't. It doesn't error anymore, but doesn't show the desired output perhaps, it only ends the installer without prompting the user for a custom app name. This should be picked up as part of #315. Co-authored-by: Mark <birmanmark@gmail.com>
tombruijn
added a commit
that referenced
this issue
Jul 31, 2024
When no supported framework is installed, the installer would exit. It would try to send the demo data, but this would always fail because there is no valid AppSignal config chosen. Change the installer that it will configure AppSignal when no supported framework is found, and link to the docs for a list of other libraries we integrate with. Some manual setup is required but we don't known which library docs to link to. Update the installer output to always point people back to installation instructions in the browser. Part of #315
Merged
tombruijn
added a commit
that referenced
this issue
Jul 31, 2024
When no supported framework is installed, the installer would exit. It would try to send the demo data, but this would always fail because there is no valid AppSignal config chosen. Change the installer that it will configure AppSignal when no supported framework is found, and link to the docs for a list of other libraries we integrate with. Some manual setup is required but we don't known which library docs to link to. Update the installer output to always point people back to installation instructions in the browser. Part of #315
tombruijn
added a commit
that referenced
this issue
Jul 31, 2024
When no supported framework is installed, the installer would exit. It would try to send the demo data, but this would always fail because there is no valid AppSignal config chosen. Change the installer that it will configure AppSignal when no supported framework is found, and link to the docs for a list of other libraries we integrate with. Some manual setup is required but we don't known which library docs to link to. Update the installer output to always point people back to installation instructions in the browser. Part of #315
tombruijn
added a commit
that referenced
this issue
Jul 31, 2024
When no supported framework is installed, the installer would exit. It would try to send the demo data, but this would always fail because there is no valid AppSignal config chosen. Change the installer that it will configure AppSignal when no supported framework is found, and link to the docs for a list of other libraries we integrate with. Some manual setup is required but we don't known which library docs to link to. Update the installer output to always point people back to installation instructions in the browser. Part of #315
tombruijn
added a commit
that referenced
this issue
Jul 31, 2024
When no supported framework is installed, the installer would exit. It would try to send the demo data, but this would always fail because there is no valid AppSignal config chosen. Change the installer that it will configure AppSignal when no supported framework is found, and link to the docs for a list of other libraries we integrate with. Some manual setup is required but we don't known which library docs to link to. Update the installer output to always point people back to installation instructions in the browser. Part of #315
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix Microsoft Windows crashes #313Related issues
The text was updated successfully, but these errors were encountered: