netresearch / timetracker

Simple time tracking front end with optional Jira synchronization, AD/LDAP integration and XLSX export.
GNU Affero General Public License v3.0
21 stars 27 forks source link

composer update: The file "sentry.yml" does not exist #53

Closed CybotTM closed 2 years ago

CybotTM commented 2 years ago

when running composer update:

In FileLoader.php line 168:

  The file "sentry.yml" does not exist (in: "/home/cybot/timetracker/app/conf
  ig") in sentry.yml (which is being imported from "/home/cybot/timetracker/a
  pp/config/config.yml").

In FileLocator.php line 71:

  The file "sentry.yml" does not exist (in: "/home/cybot/timetracker/app/conf
  ig").

Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the symfony-scripts event terminated with an exception

  [RuntimeException]
  An error occurred when executing the "'cache:clear --no-warmup'" command:

  In FileLoader.php line 168:

    The file "sentry.yml" does not exist (in: "/home/cybot/timetracker/app/conf
    ig") in sentry.yml (which is being imported from "/home/cybot/timetracker/a
    pp/config/config.yml").

  In FileLocator.php line 71:

    The file "sentry.yml" does not exist (in: "/home/cybot/timetracker/app/conf
    ig").
CybotTM commented 2 years ago

@cweiske any clue or hint?

cweiske commented 2 years ago

Create an empty sentry.yml file. There does not seem to be a way to have optional configuration files :(

Related to #52.

CybotTM commented 2 years ago

k, now i also noted the hint in the README.