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 a convenient wrapper class with defaults to simplify setup #124

Closed
wants to merge 9 commits into from

Commits on Jan 29, 2020

  1. Create factory classes to simplify the setup and hide implementation …

    …details from the top-level
    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    cbdc8ce View commit details
    Browse the repository at this point in the history
  2. Use the RaygunClientFactory class to simplify the setup for the async…

    … and sync sample apps, hiding the HTTP client and transport from the top-level usage
    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9051608 View commit details
    Browse the repository at this point in the history
  3. Add the ability to pass the proxy and timeout settings down to the HT…

    …TP client from the RaygunClientFactory
    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    4ed465a View commit details
    Browse the repository at this point in the history
  4. Change info to error in sample app raygun setup

    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    0913a5c View commit details
    Browse the repository at this point in the history
  5. Add missing PHPDoc blocks

    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    a64f311 View commit details
    Browse the repository at this point in the history
  6. Require autoload from root dir to prevent having to load in each requ…

    …ired script
    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    90e8842 View commit details
    Browse the repository at this point in the history
  7. Revert $timeout parameter to nullable

    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    8d1f2eb View commit details
    Browse the repository at this point in the history
  8. Fix formatting

    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    c19fe66 View commit details
    Browse the repository at this point in the history
  9. Fix warnings raised in Travis

    samuel-holt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    a2a719b View commit details
    Browse the repository at this point in the history