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

Add Sentry for error reporting #443

Closed
wants to merge 16 commits into from
Closed

Add Sentry for error reporting #443

wants to merge 16 commits into from

Commits on Jul 17, 2019

  1. Add Sentry framework

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    a19b8fb View commit details
    Browse the repository at this point in the history
  2. Add task to generate the Xcode project

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    bceb942 View commit details
    Browse the repository at this point in the history
  3. Update the package task to export the Sentry framework and make sure …

    …the executable directory is part of the dynamic linker paths in which it looks for the frameworks to link
    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    fa5cc87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce20421 View commit details
    Browse the repository at this point in the history
  5. Read the Sentry DSN from the root variable sentryDsn

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    4c4a4eb View commit details
    Browse the repository at this point in the history
  6. Set the sentryDsn variable when packaging the project

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    744c731 View commit details
    Browse the repository at this point in the history
  7. Update install script to pull the Sentry framework into /usr/local/Fr…

    …ameworks
    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    db8f66c View commit details
    Browse the repository at this point in the history
  8. Download Sentry when installing Tuist versions

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f358a86 View commit details
    Browse the repository at this point in the history
  9. Add unit tests

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    007bd24 View commit details
    Browse the repository at this point in the history
  10. Add documentabion about how to disable the error tracking

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    b1a3983 View commit details
    Browse the repository at this point in the history
  11. Fix path

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    96a7ef9 View commit details
    Browse the repository at this point in the history
  12. Update the CHANGELOG

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    688509e View commit details
    Browse the repository at this point in the history
  13. Update SENTRY_DSN env variable

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    0db37d3 View commit details
    Browse the repository at this point in the history
  14. Set up the error handler before running the command

    Pedro Piñera committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    906f1c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Remove Sentry

    Pedro Piñera committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    8165658 View commit details
    Browse the repository at this point in the history
  2. Remove Sentry from the installation script

    Pedro Piñera committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    65f1575 View commit details
    Browse the repository at this point in the history