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 additional app and device fields #881

Merged
merged 17 commits into from
Jun 23, 2020
Merged

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    3575f71 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. feat(core): track duration in event.app

    This stores the number of milliseconds that the application has
    been running, based on the time Bugsnag was started and the time
    the event happened
    
    This also removes the Expo specific implementation of this, so it
    also uses the version from core
    imjoehaines committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    73772de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a44f54 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. feat(plugin-expo-device) Add extra device fields

    This adds the 'manufacturer' and 'model' fields to Android and the
    total device memory to both iOS and Android
    imjoehaines committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    7a99851 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    326c9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc2e06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45390a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d913b23 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    9c778bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fd89e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    e20c2ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f4a6e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    3d07cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2fb4a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    37439f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d17a7fa View commit details
    Browse the repository at this point in the history
  3. Add #881 to changelog

    imjoehaines committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a9addf0 View commit details
    Browse the repository at this point in the history